CSS Datatypes
datatype | Parent datatype | Example | Description |
---|---|---|---|
css-color | text | #AB12CC | Represents a CSS Color values as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value. |
css-stylesheet | text | .foo { border: 1px } | Represents zero or more CSS Rules as a CSS Stylesheet. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS. |
css-unit | text | 14px | Represents a CSS value. For more information see https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units. |