Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-structure

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-structure - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

.editorconfig

66

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc