Skip to content

ConciseCSS/concise.css-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Version Gitter chat Like Concise on Facebook Follow Concise on Twitter Follow Concise on Google+

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 but high level of customization.

Installation Instructions

Add this line to your application's Gemfile:

gem 'concisecss'

And then execute:

$ bundle

Or install it yourself as:

$ gem install concisecss

Usage

Not every single project you are working needs all the ConciseCss javascripts files , you will need to update application.js with the files you need

 //= require concisecss/navigation
 //= require concisecss/non-responsive
 //= require concisecss/naver
 //= require concisecss/dropdown
 //= require concisecss/close

To add the css just require

 *= require concise 

Documentation

What would a project be without gread documentation? Concise has documentation for everything that is included in the framework. If you see something that is missing or incorrect, don't hesitate to open up an issue on our GitHub repo.

Check out our documentation here: http://concisecss.com/documentation

Changelog

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

Versioning

Concise is currently maintained under the Semantic Versioning guidelines.

License

Code and documentation copyright 2014 Keenan Payne. Code released under the MIT license. Documentation released under Creative Commons.

About

[Deprecated] Official Ruby on Rails gem for Concise framework.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors