yacho-css-design
Version:
CSS spreadsheet for WCAG 2.1 compatible projects with various amount of components.
36 lines (35 loc) • 861 B
JSON
{
"name": "yacho-css-design",
"version": "1.2.8",
"description": "CSS spreadsheet for WCAG 2.1 compatible projects with various amount of components.",
"main": "dist/styles.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "postcss src/styles.css -o dist/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y4ch0/yacho-css-design.git"
},
"keywords": [
"CSS",
"WCAG"
],
"author": "Yacho",
"license": "ISC",
"bugs": {
"url": "https://github.com/y4ch0/yacho-css-design/issues"
},
"homepage": "https://github.com/y4ch0/yacho-css-design#readme",
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0"
},
"files": [
"dist/"
],
"dependencies": {
"yacho-css-design": "^1.2.4"
}
}