Skip to content

Commit

Permalink
feat(data): remove duplicate test tokens for typography link text
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Mar 23, 2022
1 parent 3d956be commit 0c08fe3
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2019,47 +2019,6 @@
}
},
"link": {
"OLDtext": {
"s": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.025",
"letterSpacing": "0%",
"paragraphSpacing": "0px",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"m": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.100",
"letterSpacing": "0%",
"paragraphSpacing": "0px",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
},
"l": {
"value": {
"fontFamily": "$fontFamilies.default",
"fontWeight": "$fontWeights.400",
"lineHeight": "$lineHeights.500",
"fontSize": "$fontSizes.200",
"letterSpacing": "0%",
"paragraphSpacing": "0px",
"textDecoration": "none",
"textCase": "none"
},
"type": "typography"
}
},
"text": {
"s": {
"value": {
Expand Down

0 comments on commit 0c08fe3

Please sign in to comment.