master
Drew Bednar 4 months ago
parent 12eb2c20ac
commit 691f5cddac

1
.gitignore vendored

@ -1 +1,2 @@
node_modules/ node_modules/
.vscode/

@ -346,14 +346,16 @@ textarea {
2. Set the default placeholder color to the user's configured gray 400 color. 2. Set the default placeholder color to the user's configured gray 400 color.
*/ */
input::-moz-placeholder, textarea::-moz-placeholder { input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 1; opacity: 1;
/* 1 */ /* 1 */
color: #9ca3af; color: #9ca3af;
/* 2 */ /* 2 */
} }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
opacity: 1; opacity: 1;
/* 1 */ /* 1 */
color: #9ca3af; color: #9ca3af;
@ -423,7 +425,9 @@ Ensure the default browser behavior of the `hidden` attribute.
display: none; display: none;
} }
*, ::before, ::after { *,
::before,
::after {
--tw-translate-x: 0; --tw-translate-x: 0;
--tw-translate-y: 0; --tw-translate-y: 0;
--tw-rotate: 0; --tw-rotate: 0;

Loading…
Cancel
Save