csskit-base

1.0.0 • Public • Published

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

License

ISC

Package Sidebar

Install

npm i csskit-base

Weekly Downloads

7

Version

1.0.0

License

ISC

Last publish

Collaborators

  • sethvincent