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.

For more informations http://concisecss.com/

DESIGN-ORIENTED

A framework built with design in mind. Get better results from the beginning with less code.

SASS + POSTCSS

The usual features from Sass with some custom additions using PostCSS.

EASY TO USE

Concise has a small learning curve; the simplicity of the styles helps to get started faster.

Categories: Tools - CSS

0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *