UNPKG

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) 611 B
{ "name": "open-props-scss", "type": "module", "version": "0.8.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.27.0", "open-props": "^1.7.7", "sass": "^1.80.6" } }