Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beckkramer/preface-css

A simple CSS/Sass setup to begin projects with.
https://github.com/beckkramer/preface-css

Last synced: 30 days ago
JSON representation

A simple CSS/Sass setup to begin projects with.

Awesome Lists containing this project

README

        

# Preface

This is intended to act as a simple starting point for CSS for new projects. General spacing, font, and pattern rules are in place with a nod towards simple scalability and single responsibility CSS.

In a perfect world, a majority of adjustment will only need to happen in the `base` files and filter down elsewhere, but your implementation may need to drill deeper. If such need arises, it's reccomended to add on to variables and rules in the base files, rather than introduce values deeper in your file structure.

##Roles, Heirarchy, and Context-Agnostic CSS

##Naming Conventions