Skip to content

A CSS framework that's lightweight and easy-to-use. Give up the bloat. Stop tripping over your classes. Be Concise.

License

Notifications You must be signed in to change notification settings

ConciseCSS/concise.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bower version npm version

Concise CSS is a lightweight CSS framework that provides a number of great features without the bloat.

Concise CSS provides a solid foundation to stylize your website. It offers an alternative to frameworks like Bootstrap and Foundation, with the difference that Concise only includes the minimum styles required. That does not mean that the features are limited; is possible to use add-ons on top of the core to extend the functionality as required.

The core of the framework only includes styles for native HTML elements. Components and utilities are provided as optional add-ons, Concise UI and Concise Utils, respectively.

Concise CSS is written using a custom CSS preprocessor, built on top of Sass and some PostCSS plugins; this means that you can still write Sass code as usual, but you can also enjoy of other custom features, like the lh unit provided to handle vertical rhythm.

Installation


### Install with NPM

Execute the following command to install Concise CSS from NPM. If you are new to NPM, you can check their [documentation](https://docs.npmjs.com/).

npm install concise.css


Then you can include the main file inside your project:

```scss
//
// myStyles.scss
// ---------

// Concise Core
@import "node_modules/concise.css/concise";

Install with diamond

Execute the following command to install Concise CSS from diamond. If you are new to diamond, you can check their documentation.

diamond install concise.css

Then you can include the main file inside your project:

//
// myStyles.scss
// ---------

// Concise Core
@import "~concise.css";

Copy the source files

Finally, if you prefer, you can just copy the framework files to your project folder. You can download the latest version from Github from this link, and place the files wherever you need them.

Building the source files

To build the source files, you need to install the Concise CLI globally (locally if you compile the files with an NPM script):

npm install -g concise-cli

Once it is installed, you can compile source files with the concisecss compile command:

concisecss compile input.scss output.css

Note: When compiling the source code with the Concise CLI, Autoprefixer will automatically add the required browser prefixes for the last two browser versions.

Building with diamond

To build with diamond, simply use the diamond compile command. If you are new to diamond, you can check their documentation.

diamond compile -o output.css input.scss

Changelog

You can keep up-to-date with the changes that we have made via our releases page.

Specific Questions

** Thanks to thoughtbot for this great way to handling questions for an open source project.

In lieu of a mailing list, we are going to manage all specific questions through Stack Overflow.

Members of the Concise team are subscribed to specific tags via Stack Exchange Filters, so that if a question is properly tagged, we can respond in a timely manner and help.

Which tags?

Ideally, we would like to keep it to just one tag for Concise questions, but we are subscribed to multiple variants to make sure nothing passes by us. However, for everybody asking a question, please use:

Where do I post this?

There are lots of different things that people will want to post regarding the Concise framework. Here is a rough outline of where you should post any given issue, question or contribution:

Contributing

If you wish to contribute to the Concise CSS project, please read through our contributing guidelines first and then help however you’d like!

Versioning

Concise is currently maintained under the Semantic Versioning guidelines.

Elsewhere

Like Concise on Facebook Follow Concise on Twitter

License

Code released under the MIT license. Documentation released under Creative Commons.

About

A CSS framework that's lightweight and easy-to-use. Give up the bloat. Stop tripping over your classes. Be Concise.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published