fortitude-sass 0.4.7 → 0.4.8

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: 5c7f3ae96aa14c76ae099750fd7458ab1f53385a
4
- data.tar.gz: 0a146c284d2a8f813344cb8b92c615f9752fc06e
3
+ metadata.gz: 168b6c4e8593391a34388e862e8ccbee7dee4bf9
4
+ data.tar.gz: 48b53ca356b8f4993a437716ce30823448b9b19f
5
5
  SHA512:
6
- metadata.gz: 8b562918f03b76146ab2e2a74914fe3aab259572adc9ceb276ae34ab0bddc4001a765c2fa3d8389593fb4e29add01a26c9b4ba5aa1aef1377399a05f3202381c
7
- data.tar.gz: 4adc88acc75bccb6b20a4649a7255d38770b5bd940003c0ee410db227a22fe6cb24f527faa49a8d04a15d19964de4563c99f3e2aeea51c5c9d4e5fd291fa2cc7
6
+ metadata.gz: 5bb2d13c50f3ccc27a47e3ceded3dd122f585f4cc5af510c648284dd772056ffb13e8578f2ae09ce44ae34d851bb7180b348e9c7d7f116e65c508ec89f07515e
7
+ data.tar.gz: d64c6411382b84075db0aa109dac2760dd8c113a4f04af490747680b4b399b50a078ceac194ee730273fd230d474c93b8728c23809c366d949e274a4f2549412
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.4.7)
4
+ fortitude-sass (0.4.8)
5
5
  autoprefixer-rails
6
6
  sass (~> 3.3)
7
7
  thor
@@ -10,6 +10,7 @@ li {
10
10
  > ul,
11
11
  > ol {
12
12
  margin-bottom: 0;
13
+ margin-left: $base-spacing-unit;
13
14
  }
14
15
 
15
- }
16
+ }
@@ -7,11 +7,9 @@
7
7
  */
8
8
 
9
9
  @mixin fortitude-bare-list {
10
- margin: 0;
11
- padding: 0;
12
10
  list-style: none;
13
11
  }
14
12
 
15
13
  .#{$fortitude-namespace}bare-list {
16
14
  @include fortitude-bare-list;
17
- }
15
+ }
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.4.7",
4
+ "version": "0.4.8",
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.4.7'
2
+ VERSION = '0.4.8'
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.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman