@new-ui/reset
Version:
SCSS, CSS reset.
41 lines (40 loc) • 827 B
JSON
{
"name": "@new-ui/reset",
"version": "0.0.9",
"description": "SCSS, CSS reset.",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/foundations.git"
},
"keywords": [
"reset",
"css",
"modern"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/foundations/issues"
},
"homepage": "https://github.com/NewDesignFile/foundations#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.14.4",
"autoprefixer": "^10.4.21",
"parcel": "^2.14.4"
}
}