Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbrtsmith/ui-example
https://github.com/rbrtsmith/ui-example
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbrtsmith/ui-example
- Owner: rbrtsmith
- Created: 2016-01-05T13:10:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T15:08:10.000Z (almost 9 years ago)
- Last Synced: 2024-12-06T21:56:11.527Z (28 days ago)
- Language: CSS
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#UI example
1. Hit `npm install` to pull down all the required dependencies
2. Run `gulp` to create the build
3. Navigate your browser to the newly created `dist` folder.##Notes
* The framework used here is one I built myself inspired by the Inuit Framework and the [ITCSS](https://speakerdeck.com/dafed/managing-css-projects-with-itcss) system that aims to focus only on architecture and not design / skin.
* The framework has not yet been released to open source but the grid system I use has been released [rbrtsmith-grid](https://github.com/rbrtsmith/rbrtsmith-grid)
* The classnames are based on a BEM hybrid coined as [BEMIT](http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/).
* The only JavaScript provided is a polyfill to make external SVG sprites
work in IE.
* Minified CSS weight (Before Gzip) 11kb.
* Tested in Chrome44, FF42, Safari 8.