mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Remove deprecated @import from scss files (#7347)
* 🐛 Fix import warnings 1 of 2 * 🐛 Fix import warnings 2 of 2 * 🐛 Fix visual tests and format files * 🐛 Fix mixed declarations on scss
This commit is contained in:
@@ -26,7 +26,6 @@ async function compileFile(path) {
|
||||
"resources/styles",
|
||||
],
|
||||
sourceMap: false,
|
||||
silenceDeprecations: ["import", "mixed-decls"],
|
||||
});
|
||||
// console.dir(result);
|
||||
resolve({
|
||||
|
||||
Reference in New Issue
Block a user