collapse all changes

This commit is contained in:
Michael DiLeo
2025-08-13 15:54:35 -05:00
parent 674faaea4a
commit 180a378b23
302 changed files with 315117 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module.exports = {
map: false,
plugins: {
autoprefixer: {
cascade: false
}
}
}