docbrown/docs/frontend/styles.md
Andy Zhao 955bdcb2bc
Update docs with Forem instead of dev.to (#9316)
* Rename all GitHub links from thepracticaldev/dev.to to forem/forem

* Use new site name

* Rename to Forem

* Rename more dev.to to forem

* Remove unnecessary redirects

* Rename DEV to Forem

* Use Forem instead of DEV for branding

* Use Forem instead of DEV for licensing

* Use seedling instead of DEV logo
2020-07-15 13:29:11 -04:00

972 B

title
Styles

Styles

The majority of the CSS in the application is written in SASS. There are a few places in the code base that have style blocks in ERB templates, for inlining critical CSS (good). There are also some styles that live in ERB templates that are not critical CSS (bad). That is a bit of refactoring that needs to be done. PRs welcome!

Important files when working with SASS in the project:

SASS is compiled and served using Sprockets which packages static assets in Rails.

For more about branding, theming or design in general in regards to Forem, refer to the Design Guide documentation.