rtpl-compass 1.3 → 1.4

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: 9d4598f0b96c2084b7f664b03d3c65cbf36cc4fd
4
- data.tar.gz: c1d22215d206da1c0b63e9bb989cd1c9268638e7
3
+ metadata.gz: 0cbfebeb65670a50cb3c8e8cf5230d649fa2566d
4
+ data.tar.gz: 99791dc4e7a9b2ed970d461e32f156808b01f5cc
5
5
  SHA512:
6
- metadata.gz: 11e51e5c96e21531bb6fce767e7015cbb4800fb27572888bf9cbdb3118c6d46626d9357d8b32be34f940f3b48f603ec5d1bc0913604aa702b5b575da697730a9
7
- data.tar.gz: 95cb57e2de4386a55b101b9ae4ebc61c30fb77a23ac477811556b000f05570f8e505dc11cbe77bdeccb8ea60d419c977da5907b84c3f9283c49becade5865854
6
+ metadata.gz: 9879d3c06ab545f5ce6cab26cdcb54135f15312ca5ea30813f9ff70b552871e1f439bbe41e4dd347a41e0609a4bcf2afba45eb22878aef33ca3eb1eb75e7692d
7
+ data.tar.gz: ba31de808c1c57766fe38ab457327238d456512b4ff0a65a839a778745540deb309417f297d7c5645fa538a6eb5328ab1438d97b906c906263419ad747d04852
@@ -25,8 +25,8 @@ Compass::Frameworks.register(
25
25
  # a prerelease version
26
26
  # Date is in the form of YYYY-MM-DD
27
27
  module Extension
28
- VERSION = "1.3"
29
- DATE = "2015-04-06"
28
+ VERSION = "1.4"
29
+ DATE = "2015-04-16"
30
30
  end
31
31
 
32
32
  module Compass
@@ -9,7 +9,7 @@ var paths = {
9
9
  };
10
10
 
11
11
  if (head.browser.ie && head.browser.version < 8) {
12
- location.replace(paths.source + 'ie-old-blocker/index.html');
12
+ location.replace(paths.source + 'ie-old/index.html');
13
13
  }
14
14
 
15
15
  if (head.browser.ie && head.browser.version < 9) {
@@ -9,6 +9,7 @@ $btnHasDisabledColor: #bdc3c7
9
9
 
10
10
  .btn
11
11
  @extend %cur-pointer, %anim-light, %dib, %vam
12
+ overflow: visible
12
13
  height: $btnDefaultHeight
13
14
  padding: 0 10px
14
15
  border: none
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtpl-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: '1.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergii Rudchyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A compass template (Sass syntax) implementation of Sergii Rudchyk's
14
14
  email: