vite-react-stylesheet
Version:
A stylesheet component, which was created in the aim of finding a better solution to CSS in React Vite.
24 lines (23 loc) • 508 B
JSON
{
"name": "vite-react-stylesheet",
"version": "0.0.2",
"description": "A stylesheet component, which was created in the aim of finding a better solution to CSS in React Vite.",
"main": "index.js",
"type": "module",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React",
"Vite",
"Stylesheet"
],
"author": "eddieafk",
"license": "ISC"
}