fix(static): fix bootstrap usage
This commit is contained in:
4
static/src/lib/bootstrap.scss
vendored
4
static/src/lib/bootstrap.scss
vendored
@@ -1,7 +1,3 @@
|
|||||||
@import "bootstrap/scss/mixins/banner";
|
|
||||||
@include bsBanner("");
|
|
||||||
|
|
||||||
|
|
||||||
// scss-docs-start import-stack
|
// scss-docs-start import-stack
|
||||||
// Configuration
|
// Configuration
|
||||||
@import "bootstrap/scss/functions";
|
@import "bootstrap/scss/functions";
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@import "../lib/bootstrap";
|
@import "bootstrap/scss/variables";
|
||||||
|
@import "bootstrap/scss/mixins";
|
||||||
|
|
||||||
.table.table-compact {
|
.table.table-compact {
|
||||||
td {
|
td {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@import "../lib/bootstrap";
|
@import "bootstrap/scss/variables";
|
||||||
|
@import "bootstrap/scss/mixins";
|
||||||
|
|
||||||
$default-space: 2;
|
$default-space: 2;
|
||||||
|
|
||||||
|
|||||||
@@ -72,6 +72,9 @@ const config: webpack.Configuration = {
|
|||||||
maxEntrypointSize: 512000,
|
maxEntrypointSize: 512000,
|
||||||
maxAssetSize: 512000,
|
maxAssetSize: 512000,
|
||||||
},
|
},
|
||||||
|
cache: {
|
||||||
|
type: "filesystem",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|||||||
Reference in New Issue
Block a user