# suitcss-base **Repository Path**: mirrors_jaredhanson/suitcss-base ## Basic Information - **Project Name**: suitcss-base - **Description**: A thin base on top of normalize.css for web apps - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SUIT base 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](https://github.com/necolas/suit/). ## Installation * [Bower](http://bower.io/): `bower install --save suit-base` * Download: [zip](https://github.com/suitcss/suit-base/zipball/master) * Git: `git clone https://github.com/suitcss/suit-base.git` ## Usage SUIT base depends on normalize.css and should be include before any other suit packages: ```css @import "/bower_components/normalize-css/normalize.css"; @import "/bower_components/suit-base/base.css"; ``` ## Browser support * Google Chrome (latest) * Opera (latest) * Firefox 4+ * Safari 5+ * Internet Explorer 8+