Prepare preflight for border compatibility (#14745)

This PR prepares the `preflight.css` so that we can introduce border style compatibility in a future PR.
This commit is contained in:
RobinMalfait 2024-10-22 16:18:13 +00:00
parent 02cb52ad38
commit c7b190f136
2 changed files with 2 additions and 2 deletions

View File

@ -514,7 +514,7 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
}
input:where(:not([type="button"], [type="reset"], [type="submit"])), select, textarea {
border: 1px solid;
border-width: 1px;
}
button, input:where([type="button"], [type="reset"], [type="submit"]) {

View File

@ -200,7 +200,7 @@ textarea,
input:where(:not([type='button'], [type='reset'], [type='submit'])),
select,
textarea {
border: 1px solid;
border-width: 1px;
}
/*