postcss-classes-to-mixins
Version:
PostCSS plugin to intelligently convert CSS classes to SASS, Less and Stylus mixins
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "postcss-classes-to-mixins",
"version": "3.0.1",
"description": "PostCSS plugin to intelligently convert CSS classes to SASS, Less and Stylus mixins",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkno/postcss-classes-to-mixins.git"
},
"scripts": {
"publish:patch": "npm version patch -m 'Release patch %s'",
"publish:minor": "npm version minor -m 'Release minor %s'",
"publish:major": "npm version major -m 'Release major %s'",
"postversion": "git push && git push --tags && npm publish",
"test": "jest && standard -v",
"test:watch": "jest --watch"
},
"homepage": "https://github.com/nrkno/postcss-classes-to-mixins/",
"author": "NRK <opensource@nrk.no> (https://www.nrk.no/)",
"license": "MIT",
"devDependencies": {
"jest": "28.1.1",
"postcss": "8.4.14",
"rimraf": "3.0.2",
"standard": "17.0.0"
},
"peerDependencies": {
"postcss": "^8.3.6"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"css",
"class",
"classes",
"mixin",
"mixins",
"sass",
"less",
"stylus",
"plugin"
]
}