Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

```

```