forever_style_guide 3.4.2 → 3.4.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e98a2b5bfcd2a1840cc62a8bbba1a7ade6df2a4
|
|
4
|
+
data.tar.gz: 93326ef22ca1bb8109e85028b77d4afba7d79f1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3271edb8339a575358cb32396bc7e05ac77d8af16e152c26d62dc161ba03f517e86d7ecd546afe56954026b986b12621ea06a554c80a5aae3b517980a3a2616
|
|
7
|
+
data.tar.gz: 323b2b309bf5c040290dd3b46c8d3ceb54e7ac84d712022209c6eb1b85bb246ab4755dfdf39b097a5ca4ba07a2564996e44e50ae4a675d80b2a5e1d896e2eded
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
// creates a button style for each color in color dictionary
|
|
60
|
-
@each $id, $color in $
|
|
59
|
+
// creates a button style for each color in core color dictionary
|
|
60
|
+
@each $id, $color in $core_colors {
|
|
61
61
|
@at-root #{&}.btn-#{$id} {
|
|
62
62
|
@include btn-color(#{$id});
|
|
63
63
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forever_style_guide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|