Skip to content

Commit

Permalink
Updated chart.js and tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Aug 13, 2022
1 parent 6d58650 commit 5e412fb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 41 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptobal",
"version": "2.0.0",
"version": "2.0.1",
"description": "Website for monitoring your crypto balance.",
"main": "index.js",
"scripts": {
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/Rabbit-Company/CryptoBal#readme",
"devDependencies": {
"tailwindcss": "^3.1.6"
"tailwindcss": "^3.1.8"
}
}
14 changes: 1 addition & 13 deletions website/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 @@ -1400,11 +1393,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 website/js/chart.js

Large diffs are not rendered by default.

0 comments on commit 5e412fb

Please sign in to comment.