Skip to content

Commit b503c32

Browse files
committed
Support cascading border colors and styles
1 parent 0b0cb96 commit b503c32

14 files changed

+652
-779
lines changed

__tests__/fixtures/tailwind-output.css

Lines changed: 208 additions & 240 deletions
Large diffs are not rendered by default.

css/preflight.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,14 @@ iframe {
528528
* Tailwind custom reset styles
529529
*/
530530

531+
*,
532+
*::before,
533+
*::after {
534+
border-width: 0;
535+
border-style: solid;
536+
border-color: config('borderColors.default', black);
537+
}
538+
531539
textarea { resize: vertical; }
532540

533541
img { max-width: 100%; }

dist/preflight.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/preflight.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/preflight.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)