lowcss-forms
Version:
A simple reset for form elements so can be styled with LowCSS
32 lines • 796 B
JSON
{
"name": "lowcss-forms",
"version": "0.32.0",
"description": "A simple reset for form elements so can be styled with LowCSS",
"author": {
"name": "Josemi Juanes",
"email": "hello@josemi.xyz"
},
"license": "MIT",
"homepage": "https://low.josemi.xyz",
"repository": "https://github.com/jmjuanes/lowcss",
"bugs": "https://github.com/jmjuanes/lowcss/issues",
"type": "module",
"main": "index.css",
"style": "index.css",
"exports": {
".": "./index.css",
"./index.css": "./index.css",
"./package.json": "./package.json"
},
"keywords": [
"css",
"forms",
"reset",
"form-reset"
],
"files": [
"README.md",
"index.css",
"package.json"
]
}