There was an error while loading. Please reload this page.
1 parent 63dee59 commit e5a23a9Copy full SHA for e5a23a9
2 files changed
packages/volto-light-theme/src/customizations/@root/loadSemanticUI.less
@@ -0,0 +1,4 @@
1
+@layer semanticUI {
2
+ @import 'semantic-ui-less/semantic.less';
3
+ @import '@plone/volto/../theme/themes/pastanaga/extras/extras.less';
4
+}
packages/volto-light-theme/src/customizations/@root/theme.js
@@ -1,5 +1,4 @@
// This customization allows to enable the scape hatch to use
// SCSS as a theme to override the SemanticUI theme.
-import 'semantic-ui-less/semantic.less';
-import '@plone/volto/../theme/themes/pastanaga/extras/extras.less';
+import './loadSemanticUI.less';
5
import '@kitconcept/volto-light-theme/theme/main.scss';
0 commit comments