postcss-plugins
Version:
A consolidated list of PostCSS plugins in an ready-to-use format.
19 lines (17 loc) • 470 B
JavaScript
/**
* PostCSS Plugin List
*
* A consolidated list of PostCSS Plugins
* for the community to share/export/use
*
* Feel free to add and make changes!
*
* Schema: {
* name : "name-of-plugin",
* url : "http://cool-plugin-link.com",
* description : "It gives your CSS superpowers",
* tags : [ 'colors', 'grids', 'lions', tigers', 'bears' ]
* }
*
*/
module.exports = require('./plugins.json');