1.0.0 • Published 7 years ago

csskit-base v1.0.0

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

csskit-base

Simple base styles built on top of normalize.css and open-color.

npm travis standard conduct

About

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.

Install

npm install --save csskit-base

Usage

You can bundle css dependencies using tools like csskit-cli & sheetify.

Import csskit-base in you main css file:

@import "csskit-base";

/* your other css rules*/

Unprocessed source file

Want to use the source file before it is processed using postcss, postcss-import, and postcss-cssnext?

Import the csskit-base/source.css file:

@import "csskit-base/source.css";

/* your other css rules*/

Contributing

Contributions are welcome! Please read the contributing guidelines first.

Conduct

It is important that this project contributes to a friendly, safe, and welcoming environment for all. Read this project's code of conduct

Changelog

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.

Contact

  • 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

License

ISC