feat(ui): update global CSS path and restructure styles
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts",
|
".": "./src/index.ts",
|
||||||
"./global.css": "./src/assets/styles/globals.css"
|
"./global.css": "./src/globals.css"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@import 'tailwindcss';
|
@import 'tailwindcss';
|
||||||
|
|
||||||
@source "../../../src";
|
@source "../src";
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--color-brand-50: #f5f3fd; /* sangat terang, hampir lavender */
|
--color-brand-50: #f5f3fd; /* sangat terang, hampir lavender */
|
||||||
Reference in New Issue
Block a user