Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beckkramer/preface-css
- Owner: beckkramer
- License: mit
- Created: 2016-01-11T01:42:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T18:17:13.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T13:44:19.993Z (3 months ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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