Base styles for web applications. Provides a thin layer on top of Normalize.css. Removes default margins and exposes variables for theming.
Read more about how to use SUIT CSS.
- npm:
npm install suitcss-base
- Component(1):
component install suitcss/base
- Bower:
bower install suit-base
- Download
--base-background
: the application background style.--base-color
: the root text color.--base-font
: the root font style.--base-link-color
: the root link color.--base-link-color-hover
: the root link interaction (:hover
,:focus
,:active
) color.
Install Node (comes with npm).
npm install
To generate a build:
npm run build
To generate the testing build.
npm run build-test
Basic visual tests are in test/index.html
.
- Google Chrome
- Firefox
- Safari
- Opera
- Internet Explorer 8+