Skip to content

Commit e5a23a9

Browse files
committed
Add SemanticUI load under a layer
1 parent 63dee59 commit e5a23a9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// This customization allows to enable the scape hatch to use
22
// SCSS as a theme to override the SemanticUI theme.
3-
import 'semantic-ui-less/semantic.less';
4-
import '@plone/volto/../theme/themes/pastanaga/extras/extras.less';
3+
import './loadSemanticUI.less';
54
import '@kitconcept/volto-light-theme/theme/main.scss';

0 commit comments

Comments
 (0)