Has no styling
- Follows OOCSS methodologies.
- Focuses on the need for scalability and reuse.
- Provides little-to-no design.
- Is responsive and built Mobile First.
- Uses Sass.
- Built on a BEM-style naming convention.
- KSS ready.
- IE9+.
- Chrome.
- Firefox.
- Opera.
- Safari (incl. iOS).
- Android 3+.
sass --watch style.scss:style.css --style compressed
sass --watch style.scss:style.css --style expanded
rake test
Requires the scss-lint gem.
Run scss-lint ./ to lint all .scss files according to these lint rules.
Copyright 2014 Westfield Labs Corporation
Licensed under the Apache v2.0 licence.