Skip to content

Commit 2476893

Browse files
fix: exclude sass lens and built css from skeleton-v2
1 parent 24c2bb3 commit 2476893

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[holomapping]
22
files = [
33
"*/**",
4-
"!site-root/sass/**"
4+
"!site-root/sass/**",
5+
"!site-root/css/**",
6+
"!.holo/lenses/sass.toml"
57
]

0 commit comments

Comments
 (0)