0.8.0 • Published 9 years ago

topcoat-built v0.8.0

Weekly downloads
3
License
Apache
Repository
github
Last release
9 years ago

Topcoat

CSS for clean and fast web apps

Note:
This is just a built, packaged version of the original Topcoat. All credit goes to contributors of the original project.

Usage

Install with npm:

npm install topcoat

Import into your CSS, LESS or the like:

@import "topcoat/mobile-light.css";

– or directly into your document:

<link
  rel="stylesheet"
  type="text/css"
  href="node_modules/topcoat/mobile-light.min.css"
/>

License

Apache license © Topcoat contributors