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.
@@ -41,7 +41,7 @@ html {
41
41
  @extend %headings_2;
42
42
  color: $alpha_primary;
43
43
  }
44
- p {
44
+ p, ul {
45
45
  color: $charlie_gray;
46
46
  @include text(14);
47
47
  }
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
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