Skip to content

Commit

Permalink
Updated Tauri, Tailwindcss and Chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Aug 13, 2022
1 parent 51f31a8 commit e9f66b1
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 242 deletions.
14 changes: 1 addition & 13 deletions dist/css/tailwind.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -355,13 +355,6 @@ input::-moz-placeholder, textarea::-moz-placeholder {
/* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}

input::placeholder,
textarea::placeholder {
opacity: 1;
Expand Down Expand Up @@ -1063,11 +1056,6 @@ video {
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
Expand Down
6 changes: 3 additions & 3 deletions dist/js/chart.js

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@tauri-apps/api": "^1.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.4",
"tailwindcss": "^3.1.6"
"@tauri-apps/cli": "^1.0.5",
"tailwindcss": "^3.1.8"
}
}
}
Loading

0 comments on commit e9f66b1

Please sign in to comment.