mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 23:38:15 +00:00
16 lines
397 B
Markdown
16 lines
397 B
Markdown
![]() |
# CSS
|
||
|
|
||
|
This boilerplate uses PostCSS as a CSS preprocessor with a few utility plugins
|
||
|
to make it "batteries included".
|
||
|
|
||
|
CSS Modules lets us embrace component encapsulation while sanitize.css gives us
|
||
|
data-driven cross-browser normalisation.
|
||
|
|
||
|
Learn more:
|
||
|
|
||
|
- [PostCSS](postcss.md)
|
||
|
- [CSS Modules](css-modules.md)
|
||
|
- [sanitize.css](sanitize.md)
|
||
|
- [stylelint.css](stylelint.md)
|
||
|
- [Using Sass](sass.md)
|