blaze-css-rails 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +11 -4
- data/lib/blaze-css-rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 917cb4af56bbbc2e0d2f07e02844cbeba8764df2
|
|
4
|
+
data.tar.gz: 8f880f0075dcc017663360c144d822d8cdcfa083
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d950b05556e3f1e5ea536d038186773e3a3b9a85dd4c8f824b3f448c35b9aed1bdb7bcdb5ac423e010b483b35d8baee16cedba9c65884367230a9ddcdac8b33
|
|
7
|
+
data.tar.gz: 22d4356f48964551ecda0b727b42c76e7adf4d0a2d5411ea2db49056dc87ba109fc97c4edfb4e7d756894869c969c5bccef3d35697ccb6db80066da6fb0f738b
|
data/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# blaze-css-rails
|
|
2
|
+
[](https://badge.fury.io/rb/blaze-css-rails)
|
|
2
3
|
|
|
3
4
|
Blaze Css Rails gemifies the outstanding [Blaze CSS Framework](http://blazecss.com/) for Ruby on Rails applications. This gem is built with two main goals:
|
|
4
5
|
- Instantly install Blaze CSS in the Rails asset pipeline.
|
|
5
6
|
- Give you full power to customize your theme directly within the asset pipeline.
|
|
6
7
|
|
|
7
|
-
The
|
|
8
|
+
The currently bundled version of Blaze CSS is v3.0.0
|
|
8
9
|
|
|
9
10
|
## Installation
|
|
10
11
|
|
|
@@ -18,7 +19,9 @@ and run `bundle install`.
|
|
|
18
19
|
|
|
19
20
|
## Useage
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
### Sprockets
|
|
23
|
+
|
|
24
|
+
If you are using Sprockets with the asset pipeline, include this in your `app/stylesheets/application.css`:
|
|
22
25
|
|
|
23
26
|
```css
|
|
24
27
|
/*
|
|
@@ -26,10 +29,14 @@ The most basic way to use this gem is to include this line in your application.c
|
|
|
26
29
|
*/
|
|
27
30
|
```
|
|
28
31
|
|
|
29
|
-
|
|
32
|
+
You now have access to all of the classes in the Blaze library.
|
|
30
33
|
|
|
31
34
|
### Sass
|
|
32
35
|
|
|
33
36
|
If you prefer Sass (like me) you can instead add `@import 'blaze'` into your import file.
|
|
34
37
|
|
|
35
|
-
|
|
38
|
+
### Customizing
|
|
39
|
+
|
|
40
|
+
As it is bundled, this gem includes the default settings in Blaze CSS. Customizing these settings is extremely simple though, just import a file containing your custom variables before importing 'blaze'.
|
|
41
|
+
|
|
42
|
+
The settings available for you to over-ride can be found [here](https://github.com/BlazeCSS/Blaze/blob/bc6afd7cc2af91c6d7b92f933a6cc743ce234f9f/scss/mixins/_settings.global.scss).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blaze-css-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- andrewtpoe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -31,13 +31,13 @@ dependencies:
|
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '5.1'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
|
-
name:
|
|
34
|
+
name: sass-rails
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0'
|
|
40
|
-
type: :
|
|
40
|
+
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '0'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
|
-
name:
|
|
48
|
+
name: activesupport
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|