Skip to content

Commit

Permalink
No !important
Browse files Browse the repository at this point in the history
Use a local copy of buefy.css that strips all !important tags so css can actually work correctly without insane hacks
  • Loading branch information
pmotschmann committed Oct 12, 2024
1 parent 9d0cef6 commit a5ff228
Show file tree
Hide file tree
Showing 12 changed files with 371 additions and 343 deletions.
2 changes: 1 addition & 1 deletion evolve/evolve.css

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions evolve/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" href="evolved.ico" type="images/x-icon" media="(prefers-color-scheme:light)">
<link rel="icon" href="evolved.ico" type="images/x-icon" media="(prefers-color-scheme:no-preference)">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&display=swap">
<link rel="stylesheet" href="https://unpkg.com/buefy@0.9.13/dist/buefy.min.css">
<link rel="stylesheet" href="/lib/buefy.min.0.9.22.css">
<link rel="stylesheet" type="text/css" href="lib/weather-icons.min.css">
<link rel="stylesheet" type="text/css" href="evolve/evolve.css">
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js" integrity="sha384-Ft/vb48LwsAEtgltj7o+6vtS2esTU9PCpDqcXs4OCVQFZu5BqprHtUCZ4kjK+bpE" crossorigin="anonymous"></script>
Expand Down
1 change: 1 addition & 0 deletions lib/buefy.min.0.9.22.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evolveidle",
"version": "1.3.16",
"version": "1.3.17",
"description": "Evolve Idle",
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit a5ff228

Please sign in to comment.