stipe 0.0.5.4 → 0.0.5.5
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.
- data/readme.md +3 -0
- data/stylesheets/stipe/_manifest.scss +1 -1
- metadata +2 -2
data/readme.md
CHANGED
|
@@ -12,6 +12,9 @@ To use the Stipe gem, using Bundler `gem 'stipe'`
|
|
|
12
12
|
Stipe is a Compass Extension, so Compass is set as a depdency. You will need to include `require 'stipe'` in your config.rb file.
|
|
13
13
|
|
|
14
14
|
# Stipe Changelog
|
|
15
|
+
## 0.0.5.5
|
|
16
|
+
* Fixed order of `@imports` in `_manifest.scss`
|
|
17
|
+
|
|
15
18
|
## 0.0.5.4
|
|
16
19
|
* Removed Google Font from Toadstool
|
|
17
20
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// Following sequence will load the necessary Stipe libraries
|
|
2
2
|
// ------------------------------------------------------------------------------
|
|
3
3
|
@import "media";
|
|
4
|
+
@import "color";
|
|
4
5
|
@import "stipe";
|
|
5
6
|
@import "typography";
|
|
6
7
|
@import "grid";
|
|
7
|
-
@import "color";
|
|
8
8
|
@import "gradients";
|
|
9
9
|
@import "forms";
|
|
10
10
|
@import "buttons";
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stipe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.5.
|
|
4
|
+
version: 0.0.5.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2013-01-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: compass
|