mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-20 11:21:58 +01:00
allow core style override by theme
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user