Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 23, 2024
1 parent c807585 commit 36f4dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Variable/CSS/lightningcss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import type Interface from "../../Interface/CSS/lightningcss.js";
export default {
minify: true,
sourceMap: false,
unusedSymbols: false,
unusedSymbols: [],
} satisfies Interface as Interface;
2 changes: 1 addition & 1 deletion Target/Variable/CSS/lightningcss.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var e={minify:!0,sourceMap:!1,unusedSymbols:!1};export{e as default};
var e={minify:!0,sourceMap:!1,unusedSymbols:[]};export{e as default};

0 comments on commit 36f4dba

Please sign in to comment.