mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
export default defineNuxtConfig({
|
||||
modules: ['../../src/module'],
|
||||
ui: {
|
||||
theme: {
|
||||
colors: ['blue', 'green', 'red']
|
||||
}
|
||||
}
|
||||
modules: ['../../src/module']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user