File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ @import './custom-properties.css' ;
2
+ @import './typography/lato.css' ;
3
+ @import './typography/uui-root.css' ;
4
+ @import './typography/uui-text.css' ;
Original file line number Diff line number Diff line change @@ -38,5 +38,9 @@ export const Overview: Story = () => html` <article style="max-width:580px;">
38
38
styles for typography, must be used together with .uui-root. This is
39
39
needed for having proper styling for H1, H2, P etc.
40
40
</ li >
41
+ < li >
42
+ < b > uui-css.css</ b >
43
+ This stylesheet includes all of the above stylesheets.
44
+ </ li >
41
45
</ ul >
42
46
</ article > `;
Original file line number Diff line number Diff line change 33
33
"lit" : " ^2.0.0"
34
34
},
35
35
"scripts" : {
36
- "build" : " npm run build:cssprops && tsc --build --force && rollup -c rollup.config.js" ,
36
+ "build" : " npm run build:cssprops && npm run build:rootcss && tsc --build --force && rollup -c rollup.config.js" ,
37
37
"build:cssprops" : " postcss lib/custom-properties.css --base lib/ --dir dist && npm run custom-properties-cache" ,
38
+ "build:rootcss" : " postcss lib/uui-css.css --base lib/ --dir dist" ,
38
39
"clean" : " tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json custom-properties.*" ,
39
40
"analyze" : " web-component-analyzer **/*.element.ts --outFile custom-elements.json" ,
40
41
"custom-properties-cache" : " node ./scripts/update-custom-properties-cache.mjs"
You can’t perform that action at this time.
0 commit comments