VS Code Can Do That?
Clever microsite from Burke Holland and Sarah Drasner that highlights some of VS Code’s coolest features. All fifteen of them are pretty darn cool. Here’s a few other compelling features I’ve seen people use/love:
- There is a terminal right in there, so you don’t need a separate app.
- The GitLens add-on, which shows you who last updated any line of code in your codebase, and when.
- Vim nerds aren’t left out.
- Live Share is coming soon.
- Solis looks like
…
The post VS Code Can Do That? appeared first on CSS-Tricks.
How to Translate Your WordPress Website Using the Weglot Translate Plugin
The post How to Translate Your WordPress Website Using the Weglot Translate Plugin appeared first on Torque.
Design Trend: Dark & Moody Designs
Microsites for Case Studies
A lot of y’all have personal sites. Personal sites with portfolios. Or you work for or own an agency where showing off the work you do is arguably even more important. Often the portfolio area of a site is the most fretted and hard to pull off. Do you link to the live projects? Screenshots? How many? How much do you say? How much of the process do people care about?
I’m afraid I don’t have all the answers for …
The post Microsites for Case Studies appeared first on CSS-Tricks.
Jetpack 6.1, Now With Even More Privacy Information
CSS Environment Variables
We were all introduced to the env()
function in CSS when all that drama about “The Notch” and the iPhone X was going down. The way that Apple landed on helping us move content away from those “unsafe” areas was to provide us essentially hard-coded variables to use:
padding:
env(safe-area-inset-top)
env(safe-area-inset-right)
env(safe-area-inset-bottom)
env(safe-area-inset-left);
Uh ok! Weird! Now, nine months later, an “Unofficial Proposal Draft” for env()
has landed. This is how specs work, as I understand it. Sometimes browser vendors …
The post CSS Environment Variables appeared first on CSS-Tricks.
Instagram Insights to Enhance Your Web Design Acceptance and Reach
The post Instagram Insights to Enhance Your Web Design Acceptance and Reach appeared first on Torque.
Top Reasons Why You Should Integrate Instagram into Your Web Design
The post Top Reasons Why You Should Integrate Instagram into Your Web Design appeared first on Torque.
Inspecting Animations in DevTools
I stumbled upon the Animation panel in Chrome’s DevTools the other day and almost jumped out of my seat with pure joy. Not only was I completely unaware that such a thing exists, but it was better than what I could’ve hoped: it lets you control and manipulate CSS animations and visualize how everything works under the hood.
To access the panel, head to More Tools → Animations
in the top right-hand menu when DevTools is open:
Many of the …
The post Inspecting Animations in DevTools appeared first on CSS-Tricks.