Skip to content

Commit

Permalink
chore: remove unnecessary empty css styling blocks (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishKacham committed Oct 9, 2023
1 parent 465ed3f commit 976dddd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions library/src/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@
@apply lg:hidden;
}

.container\:xl .burger-menu {
}

.container\:base .sidebar {
@apply lg:relative lg:block lg:w-64 lg:h-auto;
}

.container\:xl .sidebar {
}

.container\:base .sidebar--content {
@apply lg:w-56;
}
Expand Down Expand Up @@ -57,9 +51,6 @@
@apply 2xl:p-0 2xl:mt-0;
}

.container\:xl .examples {
}

.container\:base .panel--right {
@apply hidden 2xl:block 2xl:w-5/12;
}
Expand Down

0 comments on commit 976dddd

Please sign in to comment.