style: lint fix
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
import { defineConfig, presetAttributify, presetUno } from 'unocss'
|
||||
|
||||
export default defineConfig({
|
||||
exclude: ['node_modules', '.git', '.github', '.husky', '.vscode', 'build', 'dist', 'mock', 'public', './stats.html'],
|
||||
exclude: [
|
||||
'node_modules',
|
||||
'.git',
|
||||
'.github',
|
||||
'.husky',
|
||||
'.vscode',
|
||||
'build',
|
||||
'dist',
|
||||
'mock',
|
||||
'public',
|
||||
'./stats.html',
|
||||
],
|
||||
presets: [presetUno(), presetAttributify()],
|
||||
shortcuts: [
|
||||
['wh-full', 'w-full h-full'],
|
||||
@@ -16,7 +27,10 @@ export default defineConfig({
|
||||
],
|
||||
rules: [
|
||||
[/^bc-(.+)$/, ([, color]) => ({ 'border-color': `#${color}` })],
|
||||
['card-shadow', { 'box-shadow': '0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017' }],
|
||||
[
|
||||
'card-shadow',
|
||||
{ 'box-shadow': '0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017' },
|
||||
],
|
||||
],
|
||||
theme: {
|
||||
colors: {
|
||||
|
||||
Reference in New Issue
Block a user