Video: A Quick Introduction to Gutenberg and the New WordPress Block Editor from LinkedIn Learning
Unused
I recently wrote Here’s the thing about “unused CSS” tools, where I tried to enumerate all the challenges any tool would have in finding truly “unused” CSS. The overarching idea is that CSS selectors match elements in the DOM, and those elements in the DOM come from all sorts of places: your static templates, dynamic templates based on server-side state, and of course, JavaScript, which can manipulate the DOM in any way at all, including pull things from APIs …
The post Unused appeared first on CSS-Tricks.
Emojis as Icons
There are lots of unicode symbols that make pretty good icons already, like arrows (←), marks (✘), and objects (✂︎).You can already colorize these like a normal font glyph. Then, there are emojis, those full-color suckers we all know about. What if you could take just the shape of an emoji and use it like a normal glyph? You can!
Preethi Sam shows how:
.icon {
color: transparent;
text-shadow: 0 0 #ec2930;
}
Plus, an alternate technique using background-clip. …
The post Emojis as Icons appeared first on CSS-Tricks.
WordCamp Ticket Sales Move from PayPal to Stripe for Default Payment Gateway
Hyperlinking Beyond the Web
Hyperlinks are the oldest and the most popular feature of the web. The word hypertext (which is the ht in http/s) means text having hyperlinks. The ability to link to other people’s hypertext made the web, a web — a set of connected pages. This fundamental feature has made the web a very powerful platform and it is obvious that the world of apps needs this feature. All modern platforms support a way for apps to register a URI…
The post Hyperlinking Beyond the Web appeared first on CSS-Tricks.
Video: Matt Mullenweg’s Summertime Update At WCEU 2018
WPCampus Will Be Streamed Live For Free July 13-14
Doc Pop News Drop: WordPress 4.9.8 and the upcoming “Try Gutenberg” button
The post Doc Pop News Drop: WordPress 4.9.8 and the upcoming “Try Gutenberg” button appeared first on Torque.




