Skip to content

Commit

Permalink
Removed media query version of the built CSS.
Browse files Browse the repository at this point in the history
Fixed some styling for slim select
  • Loading branch information
StrutTower committed Oct 28, 2023
1 parent 259da4b commit 5d9d5d3
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12,489 deletions.
9 changes: 3 additions & 6 deletions demo-templates/themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@
<li class="breadcrumb-item active">Theme Switcher</li>
</ol>


<p>
There are two CSS files provided in this repo that change how theme switching is handled.
One uses Bootstrap's default <code>data-bs-theme</code> attribute.
The other uses the prefers-color-scheme media query.
More info on how Bootstrap's theme switching works can be found here:
<a href="https://getbootstrap.com/docs/5.3/customize/color-modes/">https://getbootstrap.com/docs/5.3/customize/color-modes/</a>
</p>

<p>
This will cover how to set up a theme switcher for the default attribute
method like you can see in the top right of this page.
This code is similar to the code provided on Bootstraps' website but is set up to work with classes instead of SVGs so you can use a font icon library.
</p>

<p>
Expand Down
101 changes: 0 additions & 101 deletions demo/index - Copy.html

This file was deleted.

9 changes: 3 additions & 6 deletions demo/themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,13 @@
<li class="breadcrumb-item active">Theme Switcher</li>
</ol>


<p>
There are two CSS files provided in this repo that change how theme switching is handled.
One uses Bootstrap's default <code>data-bs-theme</code> attribute.
The other uses the prefers-color-scheme media query.
More info on how Bootstrap's theme switching works can be found here:
<a href="https://getbootstrap.com/docs/5.3/customize/color-modes/">https://getbootstrap.com/docs/5.3/customize/color-modes/</a>
</p>

<p>
This will cover how to set up a theme switcher for the default attribute
method like you can see in the top right of this page.
This code is similar to the code provided on Bootstraps' website but is set up to work with classes instead of SVGs so you can use a font icon library.
</p>

<p>
Expand Down
104 changes: 0 additions & 104 deletions demo/toats.html

This file was deleted.

Loading

0 comments on commit 5d9d5d3

Please sign in to comment.