https://github.com/chrislawes/inuitcss-ui-toolkit
🎉 UI layer for inuitcss
https://github.com/chrislawes/inuitcss-ui-toolkit
css frontend gulp inuitcss sass sass-boilerplate
Last synced: 6 months ago
JSON representation
🎉 UI layer for inuitcss
- Host: GitHub
- URL: https://github.com/chrislawes/inuitcss-ui-toolkit
- Owner: chrislawes
- Created: 2016-12-04T18:36:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T18:44:16.000Z (over 8 years ago)
- Last Synced: 2024-11-17T15:35:10.946Z (11 months ago)
- Topics: css, frontend, gulp, inuitcss, sass, sass-boilerplate
- Language: CSS
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# inuitcss UI
I ♥ [inuitcss](https://github.com/inuitcss/inuitcss) - this is my base UI layer, that I find myself rewriting between projects.
This repo is scaffolded onto a minimal `yo webapp` ([Yeoman Webapp](https://github.com/yeoman/generator-webapp)), with [inuitcss](https://github.com/inuitcss/inuitcss) included via `npm`.
### CSS Syntax Conventions
- UI Philosophy: [Atomic Design](http://bradfrost.com/blog/post/atomic-web-design/)
- Naming Convention: [B.E.M.](https://css-tricks.com/bem-101/)
- Architecture: [ITCSS](https://github.com/inuitcss/inuitcss/blob/develop/README.md#css-directory-structure)
- Namespacing: [Single prefix, architecture reflective](https://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/)
- Comment Style: [Numeric](http://cssguidelin.es/#commenting)