@utrecht/document-css
Version:
Document component for the Municipality of Utrecht based on the NL Design System architecture
52 lines (51 loc) • 1.4 kB
JavaScript
export default {
"utrecht": {
"document": {
"background-color": {
"$extensions": {
"nl.nldesignsystem.css-property-syntax": "<color>",
"nl.nldesignsystem.figma-implementation": true
},
"$type": "color"
},
"color": {
"$extensions": {
"nl.nldesignsystem.css-property-syntax": "<color>",
"nl.nldesignsystem.figma-implementation": true
},
"$type": "color"
},
"font-family": {
"$extensions": {
"nl.nldesignsystem.css-property-syntax": "*",
"nl.nldesignsystem.figma-implementation": true
},
"$type": "fontFamily"
},
"font-size": {
"$extensions": {
"nl.nldesignsystem.css-property-syntax": "<length>",
"nl.nldesignsystem.figma-implementation": true
},
"$type": "dimension"
},
"font-weight": {
"$extensions": {
"nl.nldesignsystem.css-property-syntax": "<number>",
"nl.nldesignsystem.figma-implementation": true
},
"$type": "fontWeight"
},
"line-height": {
"$extensions": {
"nl.nldesignsystem.css-property-syntax": [
"<length>",
"<number>"
],
"nl.nldesignsystem.figma-implementation": true
},
"$type": "dimension"
}
}
}
};