diff --git a/app/posts/2023-01-10-past-informs-the-present-begins-approach-to-css.md b/app/posts/2023-01-10-past-informs-the-present-begins-approach-to-css.md index 8634207..6e460c9 100644 --- a/app/posts/2023-01-10-past-informs-the-present-begins-approach-to-css.md +++ b/app/posts/2023-01-10-past-informs-the-present-begins-approach-to-css.md @@ -181,7 +181,7 @@ In these ways and in others, I have always felt that the nature of atomic CSS fl There are, however, many common objections raised against the atomic CSS methodology. In general, these tend to be:
-
’It’s not semantic.’
+
‘It’s not semantic.’
We’ve touched on this already, but it’s worth repeating: semantics, accessibility, and clarity do matter, but with all due respect to Zeldman, there is nothing inherently unsemantic, inaccessible, or unclear about ‘visual class names’, nor is there a reason for CSS to map to the same semantics as HTML.
‘This is inline styles all over again.’