Skip to content

Commit

Permalink
Minimize CSS workshop changes
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Jan 21, 2025
1 parent 98ad57a commit c26461a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/css-workshop/public/assets/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ section[id^='demo'] {
width: -moz-fit-content; /* stylelint-disable */
width: fit-content;
}

ul {
padding-inline-start: revert;
margin-block-start: revert;
margin-block-end: revert;
}
2 changes: 1 addition & 1 deletion apps/css-workshop/src/pages/_layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const slug = Astro.url.pathname.replace('/', '');
<link rel='canonical' href=`https://itwin.github.io/iTwinUI/${slug}` />

<style is:global>
@layer reset, kiwi, variables, itwinui;
@layer reset, kiwi;
@import '/assets/demo.css' layer(demo);
@import '@itwin/itwinui-variables' layer(variables);
@import '@itwin/itwinui-css/css/all.css';
Expand Down

0 comments on commit c26461a

Please sign in to comment.