You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a high level of customization.
7
+
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.
8
8
9
9
## Installation Instructions
10
10
11
11
Add this line to your application's Gemfile:
12
12
13
-
gem 'concisecss', '~> 0.0.5'
13
+
gem 'concisecss', '~> 2.0.0'
14
14
15
15
And then execute:
16
16
@@ -30,9 +30,9 @@ Not every single project you are working needs all of the Concise JavaScript fi
30
30
//= require concisecss/dropdown
31
31
//= require concisecss/close
32
32
```
33
-
To add the CSS just require
33
+
To add the CSS just require
34
34
```css
35
-
*= require concise
35
+
*= require concise
36
36
```
37
37
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
38
38
```css
@@ -50,9 +50,13 @@ Check out our documentation here: [http://concisecss.com/documentation](http://c
50
50
You can keep up-to-date with the changes that we have made via our [releases page](https://github.com/ConciseCSS/concise.css-gem/releases).
51
51
52
52
## Versioning
53
-
53
+
54
54
Concise is currently maintained under the [Semantic Versioning guidelines](http://semver.org/).
55
55
56
+
## Acknowledgments
57
+
58
+
There are acknowledgements spread throughout the source code if you look around, and you can also view a list of credits [here](http://concisecss.com/credits/).
59
+
56
60
## Elsewhere
57
61
58
62
[](https://facebook.com/ConciseCSS)
0 commit comments