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..
css.own.properties ^(flex)
css.display.all ^[hv]?(flex)
css.own.properties ^(grid)
css.display.all ^[vhlrtb]?(grid)
css.own.properties ^(place|align|justify)
css.own.properties.preferred transform
css.own.properties.preferred (^ease)|(^e[atocb]?[dfw]?$)
css.own.properties.custom
css.own.properties.native