Skip to content

Commit 4a1fbe3

Browse files
committed
Remove uui-css.css
1 parent 4260fb4 commit 4a1fbe3

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

packages/uui-css/lib/uui-css.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/uui-css/lib/uui-css.story.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,5 @@ export const Overview: Story = () => html` <article style="max-width:580px;">
3636
styles for typography, must be used together with .uui-root. This is
3737
needed for having proper styling for H1, H2, P etc.
3838
</li>
39-
<li>
40-
<b>uui-css.css</b>
41-
This stylesheet includes all of the above stylesheets.
42-
</li>
4339
</ul>
4440
</article>`;

packages/uui-css/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
"lit": "^2.0.0"
3434
},
3535
"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",
3737
"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",
3938
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json custom-properties.*",
4039
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
4140
"custom-properties-cache": "node ./scripts/update-custom-properties-cache.mjs"

0 commit comments

Comments
 (0)