A Practical Tip For Using Sass Default Parameters
13.1.2022
Sass offers functions and mixins that accept parameters. You can use Sass default parameters, that is, parameters that have a value even if you don’t provide them when the function or mixin is called.
Let’s focus on mixins here. …
A Practical Tip For Using Sass Default...
Collective #694
13.1.2022
Biased by Design * Vanta.js * Parcel CSS * Color Modulation * Memory leaks
The post Collective #694 appeared first on Codrops
Parcel CSS: A New CSS Parser, Transformer, and Minifier
12.1.2022
Hot off the presses from Devon Govett, creator of Parcel, is Parcel CSS:
A CSS parser, transformer, and minifier written in Rust.
Nice. The CSS world could use a little processing shake up like this.
I just wrote a …
Parcel CSS: A New CSS Parser, Transformer, and Minifier originally...
Open Source & Sustainability
12.1.2022
It’s a god-damned miracle to me that open source is as robust as it is in tech. Consider the options. You could have a job (or be entrepreneurial) with your coding skills and likely be paid quite well. Or, you …
Open Source & Sustainability originally published on CSS-Tricks....
How to Make a Pure CSS 3D Package Toggle
12.1.2022
You know how you can get cardboard boxes that come totally flat? You fold ‘em up and tape ‘em to make them into a useful box. Then when it’s time to recycle them, you cut them back apart to flatten …
How to Make a Pure CSS 3D Package Toggle originally published on CSS-Tricks. You should...
Netlify Identity, a Key Aspect to Jamstack Development
12.1.2022
(This is a sponsored post.)
Netlify is amazing at static file hosting, but it’s really so much more than that. You can build any sort of website, even highly dynamic apps, with the Jamstack approach and static file hosting …
Netlify Identity, a Key Aspect to Jamstack Development...
Pixel Distortion Effect with Three.js
12.1.2022
An interactive WebGL pixel distortion effect with lots of possibilities based on the effect seen on the website for "Infinite Bad Guy".
The post Pixel Distortion Effect with Three.js appeared first on Codrops
What Would it Take to Prevent CSS Tooltips From Overflowing?
12.1.2022
Say you have an elements with CSS tooltips and you’re going to position those tooltips such that it opens up next to the element on hover (or probably better: when clicked/tapped). Next to it where? Above it? What if the …
What Would it Take to Prevent CSS Tooltips From Overflowing?...
Adding Vite to Your Existing Web App
11.1.2022
Vite (pronounced “veet”) is a newish JavaScript bundler. It comes batteries-included, requires almost no configuration to be useful, and includes plenty of configuration options. Oh—and it’s fast. Incredibly fast.
This post will walk through the process of converting an existing …
Adding...
10 Best WordPress Themes to Use in 2022
11.1.2022
A collection of top WordPress themes going into 2022 to help you find the perfect fit for your project.
The post 10 Best WordPress Themes to Use in 2022 appeared first on Codrops
How to Use Native Custom Fields in WordPress (and 5 Useful Examples)
11.1.2022
Custom Fields in WordPress are arbitrary bits of data that you can apply to Posts, Pages, and Custom Post Types in WordPress. Metadata, as it were, in the form of key/value pairs. For example:
Key: subtitle / Value: They are
…
How to Use Native Custom Fields in WordPress (and 5 Useful...
What is Chromium Without Chrome on Top?
10.1.2022
Raw Chromium, perhaps?
So, Chrome is based on Chromium which is open-source. Chrome is Chromium with Google’s extra stuff on top of it. What extra stuff? Kinda lots! A few years ago, The Verge published “Microsoft reveals all the …
What is Chromium Without Chrome on Top?...