Zell Liew
Tailwind's @apply Feature is Better Than it Sounds
Tailwind’s utilities are very powerful by themselves, but they’re even more powerful if you allow yourself to use @apply
(and allow yourself to…
There are 6 contents with this tag:
Zell Liew
Tailwind's @apply Feature is Better Than it Sounds
Tailwind’s utilities are very powerful by themselves, but they’re even more powerful if you allow yourself to use @apply
(and allow yourself to…
CSS Custom Properties vs. Sass Variables: A Pragmatic Guide
The interplay between Sass variables and CSS custom properties should be a strategic partnership. Over nearly a decade of evolving web practices,…
what will happen to Sass’s nesting? First of all, we won’t ever change existing valid Sass code so that it starts emitting CSS that’s incompatible…
Inspired by @5t3ph's 11ty-sass-skeleton
, my own Pack11ty #Eleventy template project now uses Dart Sass CLI and a few postcss plugins for Sass instead of the previous unnatural Rollup configuration.
TIL: Dart Sass sometimes doesn't play nice with unicode characters written as \2197\FE0E
(which is ↗).
Evan Minto
Intrinsically Responsive CSS Grid with minmax() and min()
I've been using a CSS Grid layout on some pages here for a while, and had issues with some of it triggering an horizontal scroll on thin viewports…
See all tags.