Skip to main content

Composition Postfix

Fower proveders some postfix to handle style, there is four type postfix:

  • pseudo, like: --hover, --focus, --active...
  • color, like: --D30, --L20, --T60, --O20...
  • responsive, like: --sm, --md, --lg...
  • mode, like: --dark, --red, --green...
  • important, just --i;

One cool feature of Fower is Composition Postfix. You can combine some postfix, and The order is arbitrary:

Result
Loading...
Live Editor

The below code is equal above:

Result
Loading...
Live Editor