stipe 0.0.2.4 → 0.0.2.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
|
|
1
|
+
#Grids
|
2
|
+
Stipe's grid solution for Toadstool aims to make the application of responsive/adaptive grids as simple as possible.
|
3
|
+
|
4
|
+
###Stability note
|
5
|
+
Stipe grid solution currently supports the common use of 12 column grids. While there is some code in the Grid solution for 16 col grids, there have been changes that break this functionality.
|
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.2.
|
4
|
+
version: 0.0.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- stylesheets/stipe/forms/_mixins.scss
|
106
106
|
- stylesheets/stipe/forms/_default.scss
|
107
107
|
- stylesheets/stipe/forms/_extends.scss
|
108
|
+
- stylesheets/stipe/doc-src/grids.md
|
108
109
|
- stylesheets/stipe/stipe/_mixins.scss
|
109
110
|
- stylesheets/stipe/stipe/_extends.scss
|
110
111
|
- stylesheets/stipe/_media.scss
|