purecss-sass 2.0.4 → 2.0.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
  SHA256:
3
- metadata.gz: 373f5237b50d87914d10bcd24a8d7af59612c636a1fe051ae92df3286cabf872
4
- data.tar.gz: c9dfb109a9cfa6cec609f68006e9bdef3750a88650a73adb8283e9908fa5aa56
3
+ metadata.gz: 5ad8bb3290bbda983b803e25217c7c14d06c051f13e3a238634899f23b129d2d
4
+ data.tar.gz: 56c9750dbbd2d48def6942574240261432573e95ac22b7980280c930936c0005
5
5
  SHA512:
6
- metadata.gz: 92da1a0fe8b2a5384ae441fbcc506f624dc641baa58244c6451f42c78130824652a52227c4f7ece9c3159e5591e351c097b432ccb5aa6b500d678202ef7091c2
7
- data.tar.gz: 361d309c40a8433d447ec50aaa276b66331f8e097a5ab92e49c7fead990b8b7654362e8ecfc0ee76b0c6a7a4d8a9cd22082ef1884afdf26b709caad38e1a263d
6
+ metadata.gz: e2beddc7f76748a8ad91dd1715707d27b265c8a46dbfd36b286a56fedd4f203965302512ae1f5cc33f94ab742e51ed45ab26162a217653f7f932e16b24e53b6a
7
+ data.tar.gz: d42bd9ac46ee122f11e505d7d6468ce644c8aa3e385f6e86c34a79be89fba8b3926ab0dc68117e3f695b5f60d35f0b0d51b976d8aca4a20000955fd8cfa5c095
@@ -1,5 +1,5 @@
1
1
  module Purecss
2
2
  module Sass
3
- VERSION = '2.0.4'.freeze
3
+ VERSION = '2.0.5'.freeze
4
4
  end
5
5
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecss-sass",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Pure CSS framework, converted to Sass and ready to use in Sass powered applications",
5
5
  "keywords": [
6
6
  "pure",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
@@ -165,7 +165,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE
165
165
  background-color: #fff;
166
166
  }
167
167
 
168
- .pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
168
+ .pure-menu-link, .pure-menu-heading {
169
169
  padding: .5em 1em;
170
170
  }
171
171
 
@@ -174,6 +174,7 @@ https://github.com/pure-css/pure/blob/master/LICENSE
174
174
 
175
175
  .pure-menu-link:hover {
176
176
  background-color: transparent;
177
+ cursor: default;
177
178
  }
178
179
  }
179
180
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v2.0.4
2
+ Pure v2.0.5
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov