rework.js
Edit page
IntroductionGetting StartedRoutingCSS & StylingPublic ResourcesPage Metadata (head)Internationalization (i18n)Server Side Rendering
JavaScript flavors
Advanced Topics
APICommand Line InterfaceBuild time parametersChangelogLicensePwa

Styling

has support for

  • css modules (import xxx.module.css)
  • sass/scss modules (import xxx.module.scss, sass)
  • global css (import xxx.css)
  • global scss (import xxx.scss, sass)
  • postcss is ran on all of them (before sass)