postcss-grid-fluid
Advanced tools
Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "postcss-grid-fluid", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "A PostCSS plugin to create fluid grids.", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"postcss": "^5.2.4" | ||
"postcss": "^6.0.1" | ||
}, | ||
@@ -33,12 +33,12 @@ "scripts": { | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"babel-cli": "^6.16.0", | ||
"babel-preset-es2015": "^6.16.0", | ||
"babel-register": "^6.16.3", | ||
"eslint": "^3.7.1", | ||
"eslint-config-airbnb": "^12.0.0", | ||
"eslint-plugin-import": "^2.0.0", | ||
"eslint-plugin-jsx-a11y": "^2.2.2", | ||
"eslint-plugin-react": "^6.3.0", | ||
"postcss-cli": "^2.6.0" | ||
"ava": "^0.19.1", | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb": "^15.0.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^5.0.3", | ||
"eslint-plugin-react": "^7.0.1", | ||
"postcss-cli": "^4.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "eslintConfig": { |
@@ -42,5 +42,5 @@ # postcss-grid-fluid | ||
{ | ||
width: 1; /* width/total of one blob integer if there is a _total_ or a float smaller than 1. */ | ||
gutter: 0; /* width of the gutter */ | ||
display: 'flex'; /* 'float' or 'flex' */ | ||
width: 1, /* width/total of one blob integer if there is a _total_ or a float smaller than 1. */ | ||
gutter: 0, /* width of the gutter */ | ||
display: 'flex' /* 'float' or 'flex' */ | ||
} | ||
@@ -47,0 +47,0 @@ ``` |
@@ -9,3 +9,3 @@ import postcss from 'postcss'; | ||
if (width[1]) { | ||
widthValue = 100 * width[0] / width[1]; | ||
widthValue = (100 * width[0]) / width[1]; | ||
} else { | ||
@@ -12,0 +12,0 @@ widthValue = 100 * width[0]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12734
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedpostcss@^6.0.1