Import box class only for DictionaryDetails sass
This commit is contained in:
parent
f866932de5
commit
b9279a79e1
|
@ -1,4 +1,7 @@
|
||||||
@import '../../../../node_modules/bulma/bulma';
|
@import '../../../../node_modules/bulma/sass/utilities/initial-variables';
|
||||||
|
@import '../../../../node_modules/bulma/sass/utilities/derived-variables';
|
||||||
|
@import '../../../../node_modules/bulma/sass/utilities/mixins';
|
||||||
|
@import '../../../../node_modules/bulma/sass/elements/box';
|
||||||
|
|
||||||
.details-box {
|
.details-box {
|
||||||
@extend .box;
|
@extend .box;
|
||||||
|
|
Loading…
Reference in New Issue