vw-calc
Version:
Sass function to scale pixel-based value(s) proportionally and accessible.
36 lines (35 loc) • 826 B
JSON
{
"name": "vw-calc",
"version": "1.0.7",
"description": "Sass function to scale pixel-based value(s) proportionally and accessible.",
"main": "src/vw-calc.scss",
"targets": {
"main": false
},
"scripts": {
"dev": "npx parcel public/index.html --no-source-maps",
"build": "npx parcel build public/index.html --public-url ./ --dist-dir docs",
"test": "jest"
},
"keywords": [
"Sass",
"SCSS",
"CSS",
"Responsive",
"Viewport",
"Styles",
"Calc",
"vw"
],
"author": "Raymall Pérez (https://github.com/raymall)",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.14.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"jest": "^29.7.0",
"parcel": "^2.14.4",
"sass": "^1.87.0",
"sass-true": "^8.0.0"
}
}