We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exclude
1 parent dd87466 commit 78378e4Copy full SHA for 78378e4
uno.config.js
@@ -2,18 +2,22 @@
2
import { defineConfig, presetAttributify, presetUno } from 'unocss'
3
4
export default defineConfig({
5
- exclude: [
6
- 'node_modules',
7
- '.git',
8
- '.github',
9
- '.husky',
10
- '.vscode',
11
- 'build',
12
- 'dist',
13
- 'mock',
14
- 'public',
15
- './stats.html',
16
- ],
+ content: {
+ pipeline: {
+ exclude: [
+ 'node_modules',
+ '.git',
+ '.github',
+ '.husky',
+ '.vscode',
+ 'build',
+ 'dist',
+ 'mock',
+ 'public',
17
+ './stats.html',
18
+ ],
19
+ },
20
21
presets: [presetUno(), presetAttributify()],
22
theme: {
23
colors: {
0 commit comments