sass-rem
Version:
Sass function and mixin to use rem units with optional pixel fallback.
30 lines (29 loc) • 655 B
JSON
{
"name": "sass-rem",
"version": "4.0.0",
"description": "Sass function and mixin to use rem units with optional pixel fallback.",
"keywords": [
"sass",
"rem",
"responsive",
"fallback"
],
"main": "index.scss",
"homepage": "https://github.com/pierreburel/sass-rem",
"bugs": {
"url": "https://github.com/pierreburel/sass-rem/issues"
},
"license": "MIT",
"author": "Pierre Burel <pierre.burel@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/pierreburel/sass-rem.git"
},
"devDependencies": {
"jest": "^29.7.0",
"sass": "^1.69.5"
},
"scripts": {
"test": "jest"
}
}