mice 0.1.1 → 0.1.2

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: 45707594b5a7dd91367c59dce29dc2082a87e42a
4
- data.tar.gz: dca13bb4933e37f674683afb6a5fec32a4b164f1
3
+ metadata.gz: c60dfc221ed557ba14a762a84d681362e959b2a3
4
+ data.tar.gz: 4e5086461bed72f38c2d6b972f1c07c094459b61
5
5
  SHA512:
6
- metadata.gz: 51354730e270fee0e1ce55df1a07b5c5183c37f9add2b006ed08b660575cb3dc5b15354816393d2f41302faade8ccbda6a6fcc2bd4505f5012f70d78ec0417c1
7
- data.tar.gz: 7fe7e8ceee4fdadee05157d88bbe37b2e905df4ae11e46521a7d6a93df6d8d58ee25ae6957d44b0e5902052cf17b9923b45c829fdef8920f4cb8360d637c4fba
6
+ metadata.gz: bfefd64a0880aa90b0a90c9824ad29ac9fcb3c328fb95bdd2602fbcc5aadd13d3c51245647727f10d61751d3a2956403a3c3e0e64c7937d2b62df953f9ee04b7
7
+ data.tar.gz: f03cf754f2f74900743cd4aae684c63436d102c6a091457b75bf0979612fe80b61b9918dc389fd5c6cd64afb34a4cae7f8cd5b964bc5910f4ed9840292eb1d75
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mice (0.1.1)
4
+ mice (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/mice/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mice
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -74,12 +74,12 @@ mark,
74
74
 
75
75
 
76
76
  // Contextual colors
77
- .text-muted { color: $text-muted; }
78
- @include text-emphasis-variant('.text-primary', $state-primary-text);
79
- @include text-emphasis-variant('.text-success', $state-success-text);
80
- @include text-emphasis-variant('.text-info', $state-info-text);
81
- @include text-emphasis-variant('.text-warning', $state-warning-text);
82
- @include text-emphasis-variant('.text-danger', $state-danger-text);
77
+ .text.muted { color: $text-muted; }
78
+ @include text-emphasis-variant('.text.primary', $state-primary-text);
79
+ @include text-emphasis-variant('.text.success', $state-success-text);
80
+ @include text-emphasis-variant('.text.info', $state-info-text);
81
+ @include text-emphasis-variant('.text.warning', $state-warning-text);
82
+ @include text-emphasis-variant('.text.danger', $state-danger-text);
83
83
 
84
84
  // Contextual backgrounds
85
85
  .bg-primary { color: #fff; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - miclle