fortitude-sass 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d72dbb1b6de6e032c7e569c8a631ec7774c8dd05
4
- data.tar.gz: 7610778409e075cd5f7f63e1d8538fc87a06f03e
3
+ metadata.gz: 2a5adc340645e6f1b280f8bbe346363c9ebd0a4a
4
+ data.tar.gz: 3567c40cb455d91631853935536a023a7052b927
5
5
  SHA512:
6
- metadata.gz: 25b15547395928ee507f2737bcba4f4a53c8b10e22ae856cd1a58ec2e7b1e6a2ebed169158654f07f9e82995ef8fd0679d53b6d6dcd4431fd3b92b1a0420301b
7
- data.tar.gz: 89f260c73e3ba024a2b9e2209f6b991391dc06983e16253abf607d0923fa64deb0b0dcef5e9e27d5293227a904bf04e2e5ffa5c1bddd7624913dd5c1d32c3b70
6
+ metadata.gz: b17e6ed930db0c7cb436a3170bac1a5e5393399913cfcbe43a2055e8d9f7c4f33c823f5758711b01da7e89a18bb27fe5fffd2284fd0cb17f91763795c6f141fb
7
+ data.tar.gz: 5ae75c9818639223b65478b262c721aadbff7da4f97485bfefe036116053388e02f7d75edea23fe46fa6d93e3fe3443c3d461915391792b31ac551643f9ac04a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.6.0)
4
+ fortitude-sass (0.6.1)
5
5
  autoprefixer-rails
6
6
  execjs
7
7
  sass (~> 3.3)
@@ -5,14 +5,17 @@ $fortitude-responsive-column-total: 12 !default;
5
5
  &-#{$fortitude-index}of#{$fortitude-responsive-column-total} {
6
6
  width: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
7
7
  }
8
+
8
9
  &-offset#{$fortitude-index}of#{$fortitude-responsive-column-total} {
9
10
  margin-left: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
10
11
  }
12
+
11
13
  &-push#{$fortitude-index}of#{$fortitude-responsive-column-total} {
12
- right: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
14
+ left: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
13
15
  }
16
+
14
17
  &-pull#{$fortitude-index}of#{$fortitude-responsive-column-total} {
15
- left: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
18
+ right: percentage($fortitude-index / $fortitude-responsive-column-total) !important;
16
19
  }
17
20
  }
18
21
  }
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "main": [
6
6
  "app/assets/stylesheets/fortitude/tools/_functions.scss",
7
7
  "app/assets/stylesheets/fortitude/tools/_mixins.scss",
@@ -1,3 +1,3 @@
1
1
  module Fortitude
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortitude-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman