open-props-scss
Version:
**Problem**: [Open Props](https://open-props.style/) is super awesome but it leans heavily into PostCSS for things like custom media queries and treeshaking unused props. Sometimes you just want to use a color or shadow without bringing in the whole thing
38 lines (37 loc) • 612 B
JSON
{
"name": "open-props-scss",
"type": "module",
"version": "0.6.0",
"license": "MIT",
"author": {
"name": "Mayank"
},
"keywords": [
"css",
"open props",
"sass",
"scss",
"variables"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mayank99/open-props-scss.git"
},
"main": "index.scss",
"files": [
"*.scss"
],
"exports": {
".": "./index.scss",
"./*": "./*"
},
"scripts": {
"build": "node ./generateScss.mjs",
"dev": "node --watch ./generateScss.mjs"
},
"devDependencies": {
"lightningcss": "^1.21.0",
"open-props": "^1.5.10",
"sass": "^1.63.3"
}
}