basscss-rails 4.0.0 → 4.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 861a740654e0572b127ded75d15b2e6beda5a319
4
- data.tar.gz: 761e29a2d81e6f2de7571a56fabf2fe3a9d021b1
3
+ metadata.gz: 5fc88b09ad2926aa21a9d95dccf136ad284cd6ca
4
+ data.tar.gz: 03415c3ce3c8fc20239b5e5d13193623c109d2ee
5
5
  SHA512:
6
- metadata.gz: fe32b83f3b220e958050dbdbdb985ed39ef94c3ffa4a302713a021960bd204133c95ea32525421aeab3f5b55557e521a20be41fb69ec6f537c27891313f9f239
7
- data.tar.gz: 0c01d50f9f1a54615dd87210281b13abff9babda1332059b3ecf74d484fa5e416ec5bb3291b57615fa9eb619030401d4ac4667fa745c7126d95e7c7c900cbaf5
6
+ metadata.gz: df4d379b048e383f46c3b70854d4013b5f1d3f2739e32b79e5238dd3e3f6568be9ffd3ff7c7d225b8aa77aeabdc62d75432b048c602c906795e21a11f90755cd
7
+ data.tar.gz: 752f80b992c2923aea516e5c8639c1b3053b7b916fb699497d0ddc08ccb055a7cc077c5a062cd11fd773f31ac574e11814a6bc04d42f83c24db6e67c97e1feec
data/README.md CHANGED
@@ -36,6 +36,24 @@ Or, in your application.css:
36
36
  *= require basscss/basscss
37
37
  ```
38
38
 
39
+ ##### Using the [Basscss addons](https://github.com/basscss/addons)
40
+
41
+ You will need to import the `basscss-addons` file, too:
42
+
43
+ ###### Sass
44
+
45
+ ```scss
46
+ @import "basscss/basscss-addons";
47
+ ```
48
+
49
+ ###### CSS
50
+
51
+ Or, in your application.css:
52
+
53
+ ```css
54
+ *= require basscss/basscss-addons
55
+ ```
56
+
39
57
  ## Usage
40
58
 
41
59
  Further documentation can be found on the BASSCSS website: <http://www.basscss.com/docs/>
@@ -0,0 +1,18 @@
1
+ @import "all";
2
+ @import "background-colors";
3
+ @import "background-images";
4
+ @import "border-colors";
5
+ @import "btn";
6
+ @import "btn-outline";
7
+ @import "btn-primary";
8
+ @import "colors";
9
+ @import "darken";
10
+ @import "forms";
11
+ @import "highlight-dark";
12
+ @import "highlight";
13
+ @import "input-range";
14
+ @import "lighten";
15
+ @import "media-object";
16
+ @import "progress";
17
+ @import "responsive-margin";
18
+ @import "responsive-padding";
@@ -1,5 +1,5 @@
1
1
  module Basscss
2
2
  module Rails
3
- VERSION = '4.0.0'
3
+ VERSION = '4.1.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basscss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Otander
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-15 00:00:00.000000000 Z
11
+ date: 2016-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,7 @@ files:
80
80
  - app/assets/stylesheets/basscss/_responsive-padding.scss
81
81
  - app/assets/stylesheets/basscss/_type-scale.scss
82
82
  - app/assets/stylesheets/basscss/_typography.scss
83
+ - app/assets/stylesheets/basscss/basscss-addons.scss
83
84
  - app/assets/stylesheets/basscss/basscss.scss
84
85
  - basscss-rails.gemspec
85
86
  - lib/basscss/rails.rb