File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
projects/schematics/src/shared/lib-configs/integration-libs Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import {
8
8
PUNCHOUT_FEATURE_NAME ,
9
+ SPARTACUS_BOOTSTRAP_FUNCTIONS ,
10
+ SPARTACUS_BOOTSTRAP_MIXINS ,
11
+ SPARTACUS_BOOTSTRAP_VARIABLES ,
9
12
SPARTACUS_PUNCHOUT ,
10
13
SPARTACUS_PUNCHOUT_ASSETS ,
11
14
SPARTACUS_PUNCHOUT_ROOT ,
12
15
} from '../../libs-constants' ;
13
16
import { SchematicConfig } from '../../utils/lib-utils' ;
14
17
18
+ export const PUNCHOUT_SCSS_FILE_NAME = 'punchout.scss' ;
15
19
export const PUNCHOUT_FOLDER_NAME = 'punchout' ;
16
20
export const PUNCHOUT_MODULE_NAME = 'Punchout' ;
17
21
export const PUNCHOUT_MODULE = 'PunchoutModule' ;
@@ -46,4 +50,13 @@ export const PUNCHOUT_SCHEMATICS_CONFIG: SchematicConfig = {
46
50
chunks : PUNCHOUT_TRANSLATION_CHUNKS_CONFIG ,
47
51
importPath : SPARTACUS_PUNCHOUT_ASSETS ,
48
52
} ,
53
+ styles : {
54
+ scssFileName : PUNCHOUT_SCSS_FILE_NAME ,
55
+ importStyle : SPARTACUS_PUNCHOUT ,
56
+ importStyles : [
57
+ SPARTACUS_BOOTSTRAP_FUNCTIONS ,
58
+ SPARTACUS_BOOTSTRAP_VARIABLES ,
59
+ SPARTACUS_BOOTSTRAP_MIXINS ,
60
+ ] ,
61
+ } ,
49
62
} ;
You can’t perform that action at this time.
0 commit comments