This is the official SCSS base project styles for Entermedia. The purpose behind it is to improve the quality of the experiences we build as well as to standardize in order to facilitate more effective collaboration.
.
├── themes # Themes (ex. light, dark)
│ └── default.scss # Default theme (should only contain CSS variables)
├── helpers # Class helpers
│ └── grid.module.scss # Grid class helpers
├── _core.scss # Should be included in every stylesheet
├── _mixins.scss # Sass mixins
├── _variables.scss # Sass variables
├── base.scss # Base HTML stylesheet (global stylesheet)
We don't know everything! We welcome pull requests and spirited debates :)
npm install
npm run prettier
npm run lint
Active: Entermedia is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent Sass & browser versions. Bug reports, feature requests, questions, and pull requests are welcome.