mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Standardize formatting
This commit is contained in:
parent
114891f3fa
commit
f9dd4c654e
@ -459,16 +459,22 @@ button,
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
textarea { resize: vertical; }
|
||||
|
||||
img { max-width: 100%; height: auto; }
|
||||
|
||||
input::placeholder, textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: .5;
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
button, [role=button] {
|
||||
img {
|
||||
max-width: 100%; height: auto;
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
button,
|
||||
[role=button] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user