Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.22 KB

style-properties.md

File metadata and controls

45 lines (23 loc) · 1.22 KB

Style Properties

Imba supports all regular css properties. For a full reference on all css properties we recommend visiting the MDN docs. There are some custom properties and shorthands added in Imba that are very valuable. There are also a configurable design system (inpsired by Tailwind) built in. Among other things, this features non-standard values for box-shadow, border-radius, transition-timing-function, as well as color palettes. The custom hue property is especially useful..

Flex Layout

Properties

css.own.properties ^(flex)

Display Values

css.display.all ^[hv]?(flex)

Grid Layout

Properties

css.own.properties ^(grid)

Display Values

css.display.all ^[vhlrtb]?(grid)

Alignment

css.own.properties ^(place|align|justify)

Transforms

css.own.properties.preferred transform

Easing

Properties

css.own.properties.preferred (^ease)|(^e[atocb]?[dfw]?$)

Non-standard Properties

css.own.properties.custom

Standard CSS Properties

css.own.properties.native