@s-ui/theme
Version:
Generic theme to add styles to all SUI components
41 lines (40 loc) • 851 B
JSON
{
"name": "@s-ui/theme",
"version": "8.134.0",
"description": "Generic theme to add styles to all SUI components",
"publishConfig": {
"access": "public"
},
"keywords": [
"theme",
"styles",
"css",
"scss",
"sass",
"less",
"postcss",
"tailwind",
"design",
"system",
"ui",
"components"
],
"main": "lib/index.scss",
"scripts": {
"lib": "rm -rf ./lib && cp -R src lib",
"prepublishOnly": "npm run lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SUI-Components/sui-components.git"
},
"config": {
"title": "theme",
"type": "utils"
},
"bugs": {
"url": "https://github.com/SUI-Components/sui-components/issues?q=is%3Aopen+label%3A%22Util%3A+theme%22"
},
"homepage": "https://sui-components.vercel.app/",
"license": "MIT"
}