IntroductionGetting StartedRoutingCSS & StylingPublic ResourcesPage Metadata (head)Internationalization (i18n)Server Side RenderingAPICommand Line InterfaceBuild time parametersChangelogLicensePwa
JavaScript flavors
Advanced Topics
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)