mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
feat(icon-picker): add icon-picker component
This commit is contained in:
@@ -2,13 +2,17 @@ import lineClamp from 'windicss/plugin/line-clamp';
|
||||
import colors from 'windicss/colors';
|
||||
|
||||
import { defineConfig } from 'vite-plugin-windicss';
|
||||
import { primaryColor } from './build/config/themeConfig';
|
||||
|
||||
export default defineConfig({
|
||||
darkMode: 'class',
|
||||
plugins: [lineClamp, createEnterPlugin()],
|
||||
theme: {
|
||||
extend: {
|
||||
colors,
|
||||
colors: {
|
||||
...colors,
|
||||
primary: primaryColor,
|
||||
},
|
||||
screens: {
|
||||
sm: '576px',
|
||||
md: '768px',
|
||||
|
Reference in New Issue
Block a user