Project

concisecss

0.0
No commit activity in last 3 years
No release in over 3 years
Concise is built on a set of simple but important principles that aid in effective and manageable web design. By understanding these principles, Concise can be used to it's full potential and we can create a better paradigm for using HTML and CSS to build websites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5
>= 2.4.0, ~> 2.4
~> 4.0
~> 0
 Project Readme

Code Climate Gem Version

Important: This project is deprecated and there is no plans to support it in the future.

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.

Installation Instructions

Add this line to your application's Gemfile:

gem 'concisecss', '~> 2.0.0'

And then execute:

$ bundle

Or install it yourself as:

$ gem install concisecss

Usage

Not every single project you are working needs all of the Concise JavaScript files. You can update your application.js with the files you need

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

To add the CSS just require

 *= require concise

If you intend to extend or override Concise, you might want to create an override file. For example: app/assets/stylesheets/custom.scss and then import concise

 @import "concise";

Documentation

What would a project be without great 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

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.

Elsewhere

Like Concise on Facebook Follow Concise on Twitter

License

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