Skip to content

Commit d95a255

Browse files
committed
Docs: added comment
1 parent 70252bb commit d95a255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Note however that the more a component does, or the more specific a component is
544544

545545
To take thinks further (as Tailwind's creator explains in the link above), these utility classes can also be used to remove component classes that will never actually get reused (e.g. main navigation bar), thus removing of a lot of bloat and complexity in stylesheets.
546546

547-
Keep in mind though, the cost od using too much utility-first CSS, is your code can become harder to read and maintain in the long-term. There’s also a deeper problem: because you are essentially recreating the CSS API with utility classes, you can end up with a huge file.
547+
Keep in mind though, the cost od using too much utility-first CSS, is your code can become harder to read and maintain in the long-term. There’s also a deeper problem: because you are essentially recreating the CSS API with utility classes, you can end up with a huge file and layering complexity on complexity.
548548

549549
------
550550

0 commit comments

Comments
 (0)