Skip to content

A front-end framework written in SASS that's lightweight, and easy-to-use.

License

Notifications You must be signed in to change notification settings

CssFormWork/concise.css

 
 

Repository files navigation

Bower version npm version

Concise is a lightweight, front-end framework that provides a number of great features without the bloat. Concise is built based on Object-Oriented CSS principles and keeps semantics in mind to provide a small learning curve, and a high level of customization.

Quickstart

It's easy to get started with Concise:

Note: If you just want the CSS files, please refer to the downloads section for each release: https://github.com/ConciseCSS/concise.css/releases

IMPORTANT: Currently the Master branch is being used for the development of the next version of Concise, the latest stable version is available in the branch 3.x.x

Using our CDN:

/* Normal */
<link rel="stylesheet" href="https://cdn.concisecss.com/v3.4.0/concise.css">

/* Minified */
<link rel="stylesheet" href="https://cdn.concisecss.com/v3.4.0/concise.min.css">

After you download or install the package, check out our documentation to get up and running.

Building the project

Please refer to our Contributing page for instructions on compiling the SASS in the project.

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 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 front-end framework written in SASS that's lightweight, and easy-to-use.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 83.6%
  • HTML 16.4%