diff --git a/__tests__/fixtures/tailwind.css b/__tests__/fixtures/tailwind.css index 86d3ecd15..1484f3381 100644 --- a/__tests__/fixtures/tailwind.css +++ b/__tests__/fixtures/tailwind.css @@ -586,7 +586,7 @@ button, } } -.input-reset { +.appearance-none { appearance: none; } @@ -3525,7 +3525,7 @@ button, } @media (min-width: 576px) { - .sm\:input-reset { + .sm\:appearance-none { appearance: none; } @@ -6465,7 +6465,7 @@ button, } @media (min-width: 768px) { - .md\:input-reset { + .md\:appearance-none { appearance: none; } @@ -9405,7 +9405,7 @@ button, } @media (min-width: 992px) { - .lg\:input-reset { + .lg\:appearance-none { appearance: none; } @@ -12345,7 +12345,7 @@ button, } @media (min-width: 1200px) { - .xl\:input-reset { + .xl\:appearance-none { appearance: none; } diff --git a/docs/source/docs/forms.blade.md b/docs/source/docs/forms.blade.md index ef6fa995a..34fff99e9 100644 --- a/docs/source/docs/forms.blade.md +++ b/docs/source/docs/forms.blade.md @@ -5,18 +5,41 @@ title: "Forms" # Forms -
Work in progress!
-More detailed documentation is coming soon.
-| Class | +Properties | +Description | +
|---|---|---|
| .appearance-none | +appearance: none; | +Remove any special styling applied to an element by the browser. | +