huxley 0.1.0 → 0.2.0

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: 959cd821eefa274cfe890a47c8bcbe1ea286a288
4
- data.tar.gz: 426af5f3b6a9d6b604e1ab155c23f6d980988ef6
3
+ metadata.gz: ae8bfd08d582a32977477df7eef50559d32bfe48
4
+ data.tar.gz: f225e75cd63c97fb8b689a9d8e3db1f811321059
5
5
  SHA512:
6
- metadata.gz: 634e1c8bc9980561ff3ddd643ae07a8d9742e8860a7ac0e9e35c956a1f03cfc2c5d49be65b95cf75cb879215eb09dae21d21f818b3b147c66c92011759012ea5
7
- data.tar.gz: 8e3bbb30976288d9e4826b177c4e485a1a9c25ad768cbb48361bc97b75bcac3d226ad7f7f3995b15b623073446df25a8e5b45c88c643bac56c97319feb61c533
6
+ metadata.gz: b68c813db283b51fe2a28e0f2587823285117b71d631a6aa1dcfdc4fc9111e63fa3bc3600454cebba4da2d18ea55ca705792ad8b7ce00d9078c193cc46f090f0
7
+ data.tar.gz: 04ea2388ac1f6d5cbe07a6cc66e72abd82c29d014f7f8439de77f860e3f1f40779bc27e822f7cd04677044abf6b0bc48ce9b6d15ccacda0d98328b094846eecf
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
- *.gem
1
+ *.gem
2
+ demo/
@@ -20,7 +20,7 @@ $max-width: if($max == 0, 100%, $max * $rhythm)
20
20
  // Size is the number of columns the item spans
21
21
  // Position is the column number the grid items starts on
22
22
  @mixin span($size, $position, $clear: none)
23
- box-sizing: border-box
23
+ @include box-sizing(border-box)
24
24
  width: percentage($size / $column-count)
25
25
  float: left
26
26
  clear: $clear
@@ -30,15 +30,9 @@ $max-width: if($max == 0, 100%, $max * $rhythm)
30
30
  left: $gutter-width / 2
31
31
  right: $gutter-width / 2
32
32
 
33
- @mixin clearfix
34
- &:before, &:after
35
- content: " "
36
- display: table
37
- &:after
38
- clear: both
39
-
40
33
  @mixin container
41
34
  @include clearfix
35
+ @include box-sizing(border-box)
42
36
  position: relative
43
37
  margin:
44
38
  left: auto
@@ -1,3 +1,3 @@
1
1
  module Huxley
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huxley
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devon Tivona