update remove-darkmode.js
This commit is contained in:
@@ -37,6 +37,7 @@ function removeDarkModeFromPages(directoryPath) {
|
||||
} else if (stats.isFile()) {
|
||||
removeDarkModeFromFiles(filePath, [
|
||||
'(?:(?!["])\\S)*dark:(?:(?![,;"])\\S)*',
|
||||
"@apply?(\\s)*;",
|
||||
]);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user