Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entermedia-llc/scss
This is the official SCSS base project styles for Entermedia.
https://github.com/entermedia-llc/scss
Last synced: 7 days ago
JSON representation
This is the official SCSS base project styles for Entermedia.
- Host: GitHub
- URL: https://github.com/entermedia-llc/scss
- Owner: Entermedia-LLC
- License: mit
- Created: 2022-05-03T13:31:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T15:08:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T11:16:11.468Z (2 months ago)
- Language: SCSS
- Homepage: https://github.com/Entermedia-LLC/scss
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![MIT License](https://img.shields.io/github/license/Entermedia-LLC/scss.svg)](https://github.com/Entermedia-LLC/scss/blob/main/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.
```
```