postcss-structure
Advanced tools
Comparing version 0.9.1 to 0.10.0
{ | ||
"name": "postcss-structure", | ||
"version": "0.9.1", | ||
"description": "Deprecated. Check postcss-grid-system.", | ||
"version": "0.10.0", | ||
"description": "A bundle of PostCSS plugins.", | ||
"keywords": [ | ||
@@ -9,7 +9,4 @@ "postcss", | ||
"postcss-plugin", | ||
"grid", | ||
"grid-system", | ||
"flexbox", | ||
"float", | ||
"masonry" | ||
"buttons", | ||
"postcss-structure" | ||
], | ||
@@ -20,3 +17,3 @@ "author": "Francois Romain <francoisromain@gmail.com>", | ||
"type": "git", | ||
"url": "https://github.com/francoisromain/postcss-structure.git" | ||
"url": "https://github.com/francoisromain/postcss-structure.git" | ||
}, | ||
@@ -26,3 +23,52 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/francoisromain/postcss-structure" | ||
} | ||
"homepage": "http://francoisromain.github.io/postcss-structure/", | ||
"dependencies": { | ||
"postcss": "^5.0.19" | ||
}, | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"test": "ava && eslint *.js" | ||
}, | ||
"main": "./lib/index.js", | ||
"devDependencies": { | ||
"ava": "^0.15.2", | ||
"babel-cli": "^6.10.1", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-register": "^6.9.0", | ||
"eslint": "^3.0.1", | ||
"eslint-config-airbnb": "^9.0.1", | ||
"eslint-plugin-import": "^1.10.2", | ||
"eslint-plugin-jsx-a11y": "^1.5.5", | ||
"eslint-plugin-react": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"postcss-grid-system": "0.3.2", | ||
"postcss-grid-fluid": "0.1.10", | ||
"postcss-typescale": "0.1.4", | ||
"postcss-button": "0.1.12" | ||
}, | ||
"eslintConfig": { | ||
"extends": "airbnb", | ||
"rules": { | ||
"no-param-reassign": [ | ||
"error", | ||
{ | ||
"props": false | ||
} | ||
] | ||
} | ||
}, | ||
"ava": { | ||
"files": [ | ||
"test/tests.js" | ||
], | ||
"require": [ | ||
"babel-register" | ||
] | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
] | ||
} | ||
} |
@@ -1,1 +0,56 @@ | ||
This was deprecated and replaced by [postcss-grid-system](https://github.com/francoisromain/postcss-grid-system). | ||
# postcss-structure | ||
[![npm version][npm-img]][npm] [![Build Status][ci-img]][ci] [![Dependency Status][dep-img]][dep] | ||
[francoisromain.github.io/postcss-structure][github.io] | ||
A bundle of [PostCSS] plugins including: | ||
- [postcss-typescale](https://www.npmjs.com/package/postcss-typescale) | ||
- [postcss-grid-system](https://www.npmjs.com/package/postcss-grid-system) | ||
- [postcss-grid-fluid](https://www.npmjs.com/package/postcss-grid-fluid) | ||
- [postcss-button](https://www.npmjs.com/package/postcss-button) | ||
[github.io]: http://francoisromain.github.io/postcss-structure | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://travis-ci.org/francoisromain/postcss-structure.svg | ||
[ci]: https://travis-ci.org/francoisromain/postcss-structure | ||
[npm-img]: https://badge.fury.io/js/postcss-structure.svg | ||
[npm]: https://badge.fury.io/js/postcss-structure | ||
[dep-img]: https://david-dm.org/francoisromain/postcss-structure.svg | ||
[dep]: https://david-dm.org/francoisromain/postcss-structure | ||
* * * | ||
## Installation | ||
Install the [npm package](https://www.npmjs.com/package/postcss-structure): | ||
$ npm install postcss-structure --save-dev | ||
Require the PostCSS plugin: | ||
``` js | ||
postcss([ require('postcss-structure') ]) | ||
``` | ||
See [PostCSS docs](https://github.com/postcss/postcss#usage) to setup with Gulp, Grunt, Webpack, npm scripts… | ||
* * * | ||
## Configuration (optional) | ||
To-do | ||
* * * | ||
## Usage | ||
Refer to each plugin documentation: | ||
- [postcss-typescale](https://github.com/francoisromain/postcss-typescale) | ||
- [postcss-grid-system](https://github.com/francoisromain/postcss-grid-system) | ||
- [postcss-grid-fluid](https://github.com/francoisromain/postcss-grid-fluid) | ||
- [postcss-button](https://github.com/francoisromain/postcss-button) | ||
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6226
7
44
57
0
4
9
0
+ Addedpostcss-button@0.1.12
+ Addedpostcss-grid-fluid@0.1.10
+ Addedpostcss-grid-system@0.3.2
+ Addedpostcss-typescale@0.1.4
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedjs-base64@2.6.4(transitive)
+ Addedpostcss@5.2.18(transitive)
+ Addedpostcss-button@0.1.12(transitive)
+ Addedpostcss-grid-fluid@0.1.10(transitive)
+ Addedpostcss-grid-system@0.3.2(transitive)
+ Addedpostcss-typescale@0.1.4(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.03.2.3(transitive)