forever_style_guide 3.2.9 → 3.2.10
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: 7b0be7d4e9e63f8f73a0d726c78d64201b386149
|
|
4
|
+
data.tar.gz: aaa9048c2718fc6fa29a3005213859af45d9d3b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b6d91e81098fd2a6b3732bc09e5500a346aece81fdbea95f8ee7347861b76a7fdc65f51e7c1a781b81d2a35337e82f3f6174a0eea3c1c3fcc5dd810196e1ceb
|
|
7
|
+
data.tar.gz: dcd1d5539b9dd83b21def926b2e9b00024d2ce0e03ffc8ec8747da718ccccde70ab4c8a02bb9245a8adb9d1fdb4f9ea1eff87d7df090a7ebdb92d3b6e63ae7a5
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
// TODO / TECH DEBT - this import shouldn't be necessary as other global modules have access
|
|
2
|
+
// This is a (gross) fix to an issue we could only recreate when consuming a published gem. ie Works as expected locally when you remove this import, but results in undefined variables when pulled from rubygems.org
|
|
3
|
+
@import 'breakpoints';
|
|
4
|
+
|
|
1
5
|
@mixin box-shadow($color, $top, $left, $blur, $spread, $inset: false) {
|
|
2
6
|
@if $inset {
|
|
3
7
|
-webkit-box-shadow: inset $top $left $blur $spread $color;
|
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.2.
|
|
4
|
+
version: 3.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|