Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilian/sencss
The sensible standards CSS baseline
https://github.com/kilian/sencss
Last synced: 15 days ago
JSON representation
The sensible standards CSS baseline
- Host: GitHub
- URL: https://github.com/kilian/sencss
- Owner: Kilian
- License: mit
- Created: 2009-05-12T13:45:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-15T17:43:43.000Z (over 14 years ago)
- Last Synced: 2024-05-08T17:04:41.031Z (6 months ago)
- Homepage: http://sencss.kilianvalkhof.com/
- Size: 121 KB
- Stars: 53
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h2. SenCSS - A Sensible Standards CSS baseline
SenCSs stands for Sensible Standards CSS baseline, (pronounced "sense"). It supplies sensible styling for all repetitive parts of your CSS, and doesn't force a lay-out system on you. This allows you to focus on actually developing your website's style.
h3. What SenCSs is and is not
For one, SenCSs isn’t a framework like other CSS frameworks.
It doesn't include a layout system littered with silly classes and pre-set grids, so what does SenCSs do for you? SenCSs does everything else: baseline, fonts, paddings, margins, tables, lists, headers, blockquotes, forms and more. All the stuff that's almost the same in every project, but that you keep writing again and again …and again. *SenCSs handles that for you. _And nothing more_.*
h3. What does SenCSs do for you?
* Stays close to the browsers base styling, but adding some sense to it
* Sets a vertical rhythm for all elements (18px baseline)
* Sets a common typographic standard across browsers
* Has fonts specified for windows, mac and linux
* Is optimised, meaning no “double resets”, to make the CSS as efficient as possibleh3. What does SenCSs not do?
* Force a lay-out system on you
* Sneak in unsemantic classesVisit "sencss.kilianvalkhof.com":htpp://sencss.kilianvalkhof.com for documentation