A Practical Guide to Developing a WordPress Plugin
The post A Practical Guide to Developing a WordPress Plugin appeared first on Torque.
Autoprefixer is now up to version 9.3.1 and there have been a lot of updates since I wrote the original three-part CSS Grid in IE series — the most important update of which is the new grid-areas system. This is mostly thanks to Bogdan Dolin, who has been working like crazy to fix loads of Autoprefixer issues. Autoprefixer’s grid translations were powerful before, but they have gotten far more powerful now!
…
The post CSS Grid in IE: Duplicate area names now supported! appeared first on CSS-Tricks.
Ire Aderinokun has written a nifty piece using loops and when we might consider replacing it with another method, say .map() and .filter(). I particularly like what she has to say here:
As I mentioned earlier, loops are a great tool for a lot of cases, and the existence of these new methods doesn’t mean that loops shouldn’t be used at all.
I think these methods are great because they provide code that is in a way self-documenting. When …
The post You might not need a loop appeared first on CSS-Tricks.
If you need to style your scrollbars right now, one option is to use a collection of ::webkit prefixed CSS properties.
See the Pen CSS-Tricks Almanac: Scrollbars by Chris Coyier (@chriscoyier) on CodePen.
Sadly, that doesn’t help out much for Firefox or Edge, or the ecosystem of browsers around those.
But if that’s good enough for what you need, you can get rather classy with it:
See the Pen Custom Scrollbar styling by Devstreak (@devstreak) …
The post The Current State of Styling Scrollbars appeared first on CSS-Tricks.
Here’s a great talk by Das Surma where he looks into what Houdini is and how much of it is implemented in browsers. If you’re unfamiliar with that, Houdini is a series of technologies and APIs that gives developers low level access to how CSS properties work in a fundamental way. Check out Ana Tudor’s deep dive into its impact on animations for some incredible examples of it in practice.
What I particularly like about this video is the way …
The post State of Houdini (Chrome Dev Summit 2018) appeared first on CSS-Tricks.
Explore what the world is searching. Enter a search term or a topic.

