fix: remove tabs horizontal scrollbar #236

This commit is contained in:
redhoodsu
2022-12-08 14:04:22 +08:00
parent 4dbebbdaae
commit 3538b35482
8 changed files with 59 additions and 173 deletions

View File

@@ -17,14 +17,7 @@ const postcssLoader = {
plugins: [
prefixer({
prefix: '_',
ignore: [
/luna-console/,
/luna-object-viewer/,
/luna-notification/,
/luna-data-grid/,
/luna-dom-viewer/,
/luna-modal/,
],
ignore: [/luna-*/],
}),
autoprefixer,
clean(),