toolkit 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/stylesheets/_toolkit-no-css.scss +0 -5
- data/stylesheets/_toolkit.scss +0 -5
- data/stylesheets/toolkit/_colors.scss +1 -0
- data/stylesheets/toolkit/_colours.scss +5 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
data.tar.gz:
|
4
|
-
metadata.gz:
|
3
|
+
data.tar.gz: e7e3312901fff1472044866b5ef5191d153f6d1a
|
4
|
+
metadata.gz: a5512e3204088cc254a8f3c80273598cf5783e85
|
5
5
|
SHA512:
|
6
|
-
data.tar.gz:
|
7
|
-
metadata.gz:
|
6
|
+
data.tar.gz: 6e90812964bc14ea8ba9ef096c5b16fc87048764c998482ecaaf8622142756308e12e2dff2eee52a6e1728c850c1c3f2078e476f3a090a4a554c5a353f3bbc10
|
7
|
+
metadata.gz: 245dd68fb4efb9cd2ff4f5e1834a05386406e0219750e9abae67c3d488fdebfe06f40b45479b879d5d77bc0d6ef25fba0090419b6076ad0ba32fbb69e0293ee4
|
@@ -3,11 +3,6 @@
|
|
3
3
|
////////////////////////
|
4
4
|
@import 'compass';
|
5
5
|
|
6
|
-
//////////////////////////////
|
7
|
-
// Compass Extension Imports
|
8
|
-
//////////////////////////////
|
9
|
-
@import 'color-schemer';
|
10
|
-
|
11
6
|
////////////////////////
|
12
7
|
// Import Border Box Awesomesauce
|
13
8
|
////////////////////////
|
data/stylesheets/_toolkit.scss
CHANGED
@@ -3,11 +3,6 @@
|
|
3
3
|
////////////////////////
|
4
4
|
@import 'compass';
|
5
5
|
|
6
|
-
//////////////////////////////
|
7
|
-
// Compass Extension Imports
|
8
|
-
//////////////////////////////
|
9
|
-
@import 'color-schemer';
|
10
|
-
|
11
6
|
////////////////////////
|
12
7
|
// Import Border Box Awesomesauce
|
13
8
|
////////////////////////
|
@@ -0,0 +1 @@
|
|
1
|
+
@import "colours";
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Richard
|
@@ -82,6 +82,7 @@ files:
|
|
82
82
|
- stylesheets/toolkit/_box-sizing.scss
|
83
83
|
- stylesheets/toolkit/_children-of-ie.scss
|
84
84
|
- stylesheets/toolkit/_clearfix.scss
|
85
|
+
- stylesheets/toolkit/_colors.scss
|
85
86
|
- stylesheets/toolkit/_colours.scss
|
86
87
|
- stylesheets/toolkit/_equal-height-columns.scss
|
87
88
|
- stylesheets/toolkit/_fluid-media.scss
|