WP Engine Acquires StudioPress
Free “JavaScript for WordPress Conference” to Stream Live Friday, June 29
Doc Pop News Drop: Michael Clayton Discusses Accessibility
The post Doc Pop News Drop: Michael Clayton Discusses Accessibility appeared first on Torque.
Gutenberg 3.1 Introduces Tips Interface to Guide New Users
With Acquisition of StudioPress, WP Engine Bolsters the WordPress Community
The post With Acquisition of StudioPress, WP Engine Bolsters the WordPress Community appeared first on Torque.
Vue + TypeScript: A Match Made in Your Code Editor
Vue is so hot right now and I’ve been thinking of doing a serious project with it since quite a while, so when the opportunity popped up, I hopped in. But there was a little problem — one of the requirements of the project was to write it in TypeScript. At first, I was super stressed about how I was going to ever get started on this combo, but vue-cli made it so easy.
I’d be lying if I said …
The post Vue + TypeScript: A Match Made in Your Code Editor appeared first on CSS-Tricks.
30+ Best iPhone X Mockups (PSD, AI & Sketch)
TaxJar to Host Free Webinar June 27: Tax Experts Answer Questions on State Tax Compliance for Online Stores
Better rendering for variable fonts
I was messing around with a variable font the other day and noticed this weird rendering issue in the latest version of Chrome where certain parts of letterforms were clipping into each other in a really weird way. Thankfully, though, Stephen Nixon has come to the rescue with a temporary hack to fix the issue which using a text-shadow on the text that’s using the variable font:
.variable-font {
…
text-shadow: 0 0 0 #000; /* text color goes last here
The post Better rendering for variable fonts appeared first on CSS-Tricks.