postcss-mixins
Version:
PostCSS plugin for mixins
38 lines (37 loc) • 759 B
JSON
{
"name": "postcss-mixins",
"version": "11.0.3",
"description": "PostCSS plugin for mixins",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"mixins",
"sass"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/postcss-mixins",
"engines": {
"node": "^18.0 || ^ 20.0 || >= 22.0"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"peerDependencies": {
"postcss": "^8.2.14"
},
"dependencies": {
"postcss-js": "^4.0.1",
"postcss-simple-vars": "^7.0.1",
"sugarss": "^4.0.1",
"tinyglobby": "^0.2.7"
}
}