fortitude-sass 0.6.4 → 0.6.5

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: 61668f6046d346c3281d9cabda4924c52eb3d406
4
- data.tar.gz: 4876e245f00c4d66861a9f0b60f71cbb0e9633da
3
+ metadata.gz: 605ddd17d2777b46f86fab2f02babd34c00e2529
4
+ data.tar.gz: 72e6958647ce04e470e865215850a4b040fea60f
5
5
  SHA512:
6
- metadata.gz: 365c077bcb22fa2a9c1291657a80b8ea98a564ad21bff711004d013a97db42f1976dcf38b1e4dd7122af732dc34817896545d1f39bf1f0fee28b622a606e040d
7
- data.tar.gz: db5badda9d76e62d8613f233e91618744c3892d393029fc4aeefafc75e2e3053786af0d90793b57a38a5409c8cd478f18e8e2467aad3e922a628e76e0cc1a41d
6
+ metadata.gz: c639fc4b472111029569b4501c3ef2ae7e2370720e194679aefad9ab3205fc74f8093cd05c175a5f8d0f1aacbd9dc234c179e4905025630578122f0c8c3de221
7
+ data.tar.gz: 86ffdbe2152a493c165123cf38816a186f0f0334b3901725dd251c010fcd145839112503da53b50c59cffc9ef798f463736b417dfb030444de785a9471a3af04
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.6.4)
4
+ fortitude-sass (0.6.5)
5
5
  autoprefixer-rails
6
6
  execjs
7
7
  sass (~> 3.3)
@@ -55,6 +55,8 @@ $fortitude-global-border-box: false !default;
55
55
 
56
56
  @if $is-pill {
57
57
  @include fortitude-button--pill;
58
+ } @else if $fortitude-button-border-radius != 0 {
59
+ border-radius: $fortitude-button-border-radius;
58
60
  }
59
61
 
60
62
  @if $fortitude-global-border-box == false {
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.4",
4
+ "version": "0.6.5",
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.4'
2
+ VERSION = '0.6.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortitude-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-18 00:00:00.000000000 Z
11
+ date: 2015-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass