Getting started
Using NPM
This is the prefered method to install Concise CSS, you will be able to customize and compile the source files with Concise CLI.
// Get Concise CSS
npm install concise.css
// Get Concise CLI
npm install -g concise-cli
// Import Concise CSS
@import "node_modules/concise.css/concise";
// Compile files
concisecss compile source.scss styles.css
Using the CDN
If you just want to try Concise CSS or if you do not have plans to customize the styles from the source code, then you can use our CDN.
<!-- Minified - Latest version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise.min.css">
Why Concise CSS
Bloat-Free
No unnecessary styles are added so you can spend more time building and less time overriding.
Concise UI
Do you need CSS components? We provide a basic UI kit for Concise CSS as an add-on.
Concise Utils
We also provide utility classes for rapid prototyping and context-dependent styles.
Sass + PostCSS
The usual features from Sass with some custom additions using PostCSS.
Design-Oriented
A framework built with design in mind. Get better results from the beginning with less code.
Easy to use
Concise has a small learning curve; the simplicity of the styles helps to get started faster.