minimum_viable_product 0.0.30 → 0.0.32

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: 860e1cecd1720d09c751ad14535f1276f0077dea
4
- data.tar.gz: 36492d61ac53938b3f64daad061df196745490d4
3
+ metadata.gz: 2a2c167c5ffa24c5ca99043f483d1b8ac412533f
4
+ data.tar.gz: e1ace7598d820db51e4502ebc1b99eeda4b2d3ec
5
5
  SHA512:
6
- metadata.gz: ae1ea80329071fb425299fdd99bb156fb3de8f24122575ae76f5368b04714420af0b896bbc75cf7dc09b0783545a23accb6ae27975a25664b2fcf51e4f0adb77
7
- data.tar.gz: 9a0b7a195c419d0ceb585da53005261265d63a0ad139ea9cd1669af1389dee2d65f9f6a8757b0c58a78256a695f79b4fc4e990ed00b9e0ee096cbf32057044f6
6
+ metadata.gz: 5770f40f264b7be984fc8a1fdcf618aae2cc3565462d18c558d3fb3ffa2fb2bdcfc69adbe7d7568c8f9a9daca1e640c5a98a9ef1452f122822f450279f5285c8
7
+ data.tar.gz: 1e1ab64fff7924b2b2f3664f4a1099a1bd8dbadd363b7489817c797f7fd816f0bb961c4002c643678e6f35a723247628b4db3415bdd5effe693bea68b84fd326
@@ -18,5 +18,8 @@
18
18
  *= require_self
19
19
  */
20
20
 
21
+ @import 'brandbuttons/src/brand-buttons.scss';
22
+ @import 'brandbuttons/src/brand-buttons-inversed.scss';
23
+
21
24
  $modal-backdrop-bg: #FFF;
22
25
  $modal-backdrop-opacity: 0.8;
@@ -1,3 +1,3 @@
1
1
  module MinimumViableProduct
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum_viable_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter
@@ -430,7 +430,6 @@ files:
430
430
  - app/assets/javascripts/minimum_viable_product/application.js.erb
431
431
  - app/assets/javascripts/minimum_viable_product/init/controllers.js
432
432
  - app/assets/stylesheets/minimum_viable_product/application.scss
433
- - app/assets/stylesheets/minimum_viable_product/components/buttons.scss.erb
434
433
  - app/assets/stylesheets/minimum_viable_product/components/fonts.scss
435
434
  - app/assets/stylesheets/minimum_viable_product/components/spacing.scss
436
435
  - app/assets/stylesheets/minimum_viable_product/components/typography.scss
@@ -1,20 +0,0 @@
1
- // $bc-facebook: #3b5998;
2
- //
3
- // $bc-twitter: #1da1f2;
4
- // $bc-twitter-2: #14171a;
5
- // $bc-twitter-3: #657786;
6
- // $bc-twitter-4: #aab8c2;
7
- // $bc-twitter-5: #e1e8ed;
8
- // $bc-twitter-6: #f5f8fa;
9
- //
10
- // $bc-youtube: #cd201f;
11
- //
12
- // .btn-facebook {
13
- // background: $bc-facebook;
14
- // color: #FFF;
15
- //
16
- // &:hover {
17
- // background: darken( $bc-facebook, 10% );
18
- // color: #FFF;
19
- // }
20
- // }