Skip to content

Entermedia-LLC/scss

Repository files navigation

Entermedia SCSS Base Project Styles

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.

Support Level MIT License

Directory Structure

.
├── 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)

Contributions

We don't know everything! We welcome pull requests and spirited debates :)

Running Locally

npm install
npm run prettier
npm run lint

Support Level

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.


About

This is the official SCSS base project styles for Entermedia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published