topcoat-built
v0.8.0
Published
CSS for clean and fast web apps, packaged for drop-in use
Downloads
2
Maintainers
Readme
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"
/>