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