Consolidates and optimizes CSS files for calendar v2 Reduces CSS files from 8 to 4, improving project structure Minimizes unused CSS rules and improves overall CSS efficiency Simplifies PurgeCSS configuration and content targeting
19 lines
466 B
JSON
19 lines
466 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run build:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:web.dev)",
|
|
"WebFetch(domain:caniuse.com)",
|
|
"WebFetch(domain:blog.rasc.ch)",
|
|
"WebFetch(domain:developer.chrome.com)",
|
|
"Bash(npx tsc:*)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(npm install:*)",
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
"Bash(npm run css:analyze:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|