Simple base styles built on top of normalize.css and open-color
npm install csskit-baseSimple base styles built on top of normalize.css and open-color.
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]
[![conduct][conduct]][conduct-url]
[npm-image]: https://img.shields.io/npm/v/csskit-base.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/csskit-base
[travis-image]: https://img.shields.io/travis/csskit/csskit-base.svg?style=flat-square
[travis-url]: https://travis-ci.org/csskit/csskit-base
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard
[conduct]: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square
[conduct-url]: CONDUCT.md
csskit-base includes a handful of minimal style improvements to help you implement a nice design quickly.
The few colors used are based on the open-color package.
Browser reset is handled by normalize.css.
``sh`
npm install --save csskit-base
You can bundle css dependencies using tools like csskit-cli & sheetify.
Import csskit-base in you main css file:
`css
@import "csskit-base";
/ your other css rules/
`
Want to use the source file before it is processed using postcss, postcss-import, and postcss-cssnext?
Import the csskit-base/source.css file:
`css
@import "csskit-base/source.css";
/ your other css rules/
``
Contributions are welcome! Please read the contributing guidelines first.
It is important that this project contributes to a friendly, safe, and welcoming environment for all. Read this project's code of conduct
Read about the changes to this project in CHANGELOG.md. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- issues – Please open issues in the issues queue
- twitter – Have a question? @sethdvincent
- email – Need in-depth support via paid contract? Send an email to sethvincent@gmail.com