A thin layer on top of normalize.css that removes space from typographic and form elements. This provides a more practical base for web applications.
Read more about SUIT's design principles.
- Bower:
bower install --save suit-base - Download: zip
- Git:
git clone https://github.com/suitcss/suit-base.git
SUIT base depends on normalize.css and should be include before any other suit packages:
@import "/bower_components/normalize-css/normalize.css";
@import "/bower_components/suit-base/base.css";- Google Chrome (latest)
- Opera (latest)
- Firefox 4+
- Safari 5+
- Internet Explorer 8+