Skip to main content

CSS Datatypes

datatypeParent datatypeExampleDescription
css-colortext#AB12CCRepresents a CSS Color values as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value.
css-stylesheettext.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-unittext14pxRepresents a CSS value. For more information see https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units.