File tree 2 files changed +3
-7
lines changed
packages/survey-creator-core
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 14
14
"test" : " jest" ,
15
15
"test:cov" : " jest --coverage" ,
16
16
"test:dev" : " jest --watch" ,
17
- "test:postcss" : " postcss build/survey-creator-core.css --silent -u postcss-calc -u autoprefixer -u postcss-fail-on-warn -o survey-creator-core.postcss.css && rimraf survey-creator-core.postcss.css" ,
17
+ "test:postcss" : " postcss build/survey-creator-core.css --silent -u postcss-calc -u autoprefixer -u postcss-fail-on-warn -u postcss-import - o survey-creator-core.postcss.css && rimraf survey-creator-core.postcss.css" ,
18
18
"doc_gen" : " node doc_generator/editor_docgenerator.js src/entries/index.ts" ,
19
19
"watch" : " webpack --env buildType=dev --watch" ,
20
20
"watch:dev" : " webpack --env buildType=dev --watch" ,
58
58
"postcss-calc" : " 9.0.1" ,
59
59
"postcss-cli" : " 10.1.0" ,
60
60
"postcss-fail-on-warn" : " 0.2.1" ,
61
+ "postcss-import" : " ^16.1.0" ,
61
62
"puppeteer" : " ^1.19.0" ,
62
63
"qunitjs" : " 2.2.0" ,
63
64
"replace-in-file" : " ^3.4.3" ,
93
94
"tag" : true
94
95
}
95
96
}
96
- }
97
+ }
Original file line number Diff line number Diff line change 392
392
padding-inline-end : var (--ctr-toolbox-item-padding-right-no-text , calcSize (1 ));
393
393
box-sizing : border-box ;
394
394
align-self : flex-start ;
395
- & :after {
396
- content :" \a0 " ;
397
- @include ctrSmallBoldFont ;
398
- width : 0 ;
399
- }
400
395
}
401
396
.svc-toolbox__tool--dots {
402
397
padding-inline-end : 0 ;
You can’t perform that action at this time.
0 commit comments