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

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

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)