brevis 0.1.8 → 0.1.9

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: 09f1e9127898ea21966a7c9c3a752b7c3fe3d01a
4
- data.tar.gz: dced66ece8a91a5dba775651ec911a80f159aeae
3
+ metadata.gz: e3a807f72b4f62044b18b143382fcd3efed914d5
4
+ data.tar.gz: 6f59482e461d76d192797b4647058044186304ee
5
5
  SHA512:
6
- metadata.gz: b4b6e65ec4a88c130e4d1d3b2d862e407a5d6b858ababcdde84d028d1d5c5c97dc77e47f7182cf5aeffe81b15ffb36c5423eb41d9669845ba63fe11515566f08
7
- data.tar.gz: 5a96d1b7d2c0025fa793733b76327784c3436eb07921414dc90acc5147e663f28d977aa8ee7acfd1a66c26950cec488b8c1a8cfee8359bf3e0639b905ef40135
6
+ metadata.gz: 26484ad86a5f70187f94c7cf87f642c4f4bf661f0179509c7f200e2b261b8e07a4b3ea0317ce1df9590e3107aa666b6ae760157fff588e1e309d5e93fb2675fe
7
+ data.tar.gz: 1da7e2e5fea5d5c14e8217367e21886edc2cee10b6977ee0c392963e70af4ffc0512de8f93eef40dd0dde4bab5ed7bcac810c941d505e6083b6622f548d055da
data/lib/brevis.rb CHANGED
@@ -19,7 +19,7 @@ Compass::Frameworks.register('brevis', :path => extension_path)
19
19
  # a prerelease version
20
20
  # Date is in the form of YYYY-MM-DD
21
21
  module Brevis
22
- VERSION = "0.1.8"
22
+ VERSION = "0.1.9"
23
23
  DATE = "2015-02-05"
24
24
  end
25
25
 
@@ -15,6 +15,27 @@ $sg-margin-direction: right;
15
15
  $sg-rows: 4;
16
16
 
17
17
  //////////////////////////////////////////////////////
18
+ @mixin content-max-width ($max-content-width: $content-max-width) {
19
+ max-width: $max-content-width;
20
+ margin: 0 auto;
21
+ }
22
+
23
+ @mixin clearfix {
24
+ &::after {
25
+ content: "";
26
+ display: table;
27
+ clear: both;
28
+ }
29
+ }
30
+ @mixin clearfix-before {
31
+ &::before,
32
+ &::after {
33
+ content: "";
34
+ display: table;
35
+ clear: both;
36
+ }
37
+ }
38
+
18
39
  @mixin symmetric-grid(
19
40
  $cols: $sg-cols,
20
41
  $space: $sg-spacing,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brevis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kendall Totten