bourbon 4.2.5 → 4.2.6

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: 84aae89fcbaa5feb03421ae07ca2fe034442a5bc
4
- data.tar.gz: 6886165304b03b48bf748f3dc93734128ee20fa3
3
+ metadata.gz: de84ed68e6d21b4990f4ea6fd91f1904e8d80844
4
+ data.tar.gz: e2e498328e79e9e0edaff094663dfdd0c92d62a7
5
5
  SHA512:
6
- metadata.gz: f1a52d11b5934d86ef33ff7133196b5ca7324e71f88636a7e69f5d59b59f9e83608125fdc522a3fafafa69b97968130426b9415b9b0ab426f5df16ff4df643aa
7
- data.tar.gz: 8c74c411645e9c48e844ce3d5db887f763e283838858c650d93f71bacce62d4556b9d1722d5c072698a9fdc04dad72ff72f59b053a8e0819a0517a4922ea2304
6
+ metadata.gz: 4544cdf683ea952bbb881bc3d716dafd27cd6e089771c2850388e15d105591e310bc8e0ed34a53ff114133b677c3d5fba94620bb47ddacc24cbc56d847a7181e
7
+ data.tar.gz: 13710f7c12754247585c942db593cee8d9b8c891554f41fdf5df0811fd72c3a16a034bf8629671adc28542672577be8316b02f85be38bf96b6f2106031a6c8b2
@@ -1,4 +1,4 @@
1
- // Bourbon 4.2.5
1
+ // Bourbon 4.2.6
2
2
  // http://bourbon.io
3
3
  // Copyright 2011-2015 thoughtbot, inc.
4
4
  // MIT License
@@ -11,7 +11,7 @@
11
11
  $side: nth($pos, 2);
12
12
 
13
13
  @if $length == 2 { // eg. to top
14
- // Swap for backwards compatability
14
+ // Swap for backwards compatibility
15
15
  $degree: _position-flipper(nth($pos, 2));
16
16
  }
17
17
  @else if $length == 3 { // eg. to top left
@@ -38,7 +38,7 @@
38
38
  $spec: to $side $corner;
39
39
  }
40
40
  @else if $length == 1 {
41
- // Swap for backwards compatability
41
+ // Swap for backwards compatibility
42
42
  @if $type == string {
43
43
  $degree: $pos;
44
44
  $spec: to _position-flipper($pos);
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bourbon",
3
3
  "description": "A simple and lightweight mixin library for Sass.",
4
- "version": "4.2.5",
4
+ "version": "4.2.6",
5
5
  "main": "app/assets/stylesheets/_bourbon.scss",
6
6
  "license": "MIT",
7
7
  "ignore": [
@@ -1,4 +1,4 @@
1
- var bourbon = require(".");
1
+ var bourbon = require("./index");
2
2
 
3
3
  module.exports = function(eyeglass, sass) {
4
4
  return {
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "4.2.5"
2
+ VERSION = "4.2.6"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.2.5",
3
+ "version": "4.2.6",
4
4
  "description": "A simple and lightweight mixin library for Sass.",
5
5
  "keywords": [
6
6
  "css",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.5
4
+ version: 4.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andres Mejia
@@ -22,7 +22,7 @@ authors:
22
22
  autorequire:
23
23
  bindir: bin
24
24
  cert_chain: []
25
- date: 2015-09-17 00:00:00.000000000 Z
25
+ date: 2015-10-17 00:00:00.000000000 Z
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sass