allow core style override by theme

This commit is contained in:
Barış Soner Uşaklı
2023-01-05 18:44:01 -05:00
parent 3efad2e13b
commit 83ee650d96

View File

@@ -34,7 +34,6 @@ const buildImports = {
source,
'@import "jquery-ui";',
'@import "cropperjs/dist/cropper";',
'@import "client";',
].join('\n');
},
admin: function (source) {
@@ -117,6 +116,8 @@ function boostrapImport(themeData) {
// Utilities
'@import "bootstrap/scss/utilities/api";',
// scss-docs-end import-stack
'@import "client";',
'@import "./theme";', // rest of the theme scss
bootswatchSkin ? `@import "bootswatch/dist/${bootswatchSkin}/bootswatch";` : '',
].join('\n');