![From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo](https://www.cdn5.niftycent.com/d/k/6/W/G/X/4/from-a-single-repo-to-multi-repos-to-monorepo-to-multi-monorepo.webp)
I’ve been working on the same project for several years. Its initial version was a huge monolithic app containing thousands of files. It was poorly architected and non-reusable, but was hosted in a single repo making it easy to work …
The post From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/from-a-single-repo-to-multi-repos-to-monorepo-to-multi-monorepo/
Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
The post Tabs in HTML? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Cutouts](https://www.cdn5.niftycent.com/d/k/J/X/p/o/2/cutouts.webp)
Ahmad Shadeed dug into shape “cutouts” the other day. Imagine a shape with another smaller shape carved out of it. In his typical comprehensive way, Ahmad laid out the situation well—looking at tricky situations that complicate things. The first thing …
The post Cutouts appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://ishadeed.com/article/thinking-about-the-cut-out-effect/
![HTML is Not a Programming Language?](https://www.cdn5.niftycent.com/d/D/v/j/W/A/a/html-is-not-a-programming-language.webp)
HTML is not a programming language. I’ve heard that sentence so many times and it’s tiring. Normally, it is followed by something like, It doesn’t have logic, or, It is not Turing complete,.so… obviously it is not a programming … The post HTML is Not a Programming Language? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. https://css-tricks.com/html-is-not-a-programming-language/
![Unicode Arrows](https://www.cdn5.niftycent.com/d/e/j/X/4/K/x/unicode-arrows.webp)
Looks like… 253 of them. I love the little water ⥾ spout one. (U+297e). Because. And I like how it’s a fairly useful little site at a great domain and with a little business model behind it. Reminds …
The post Unicode Arrows appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Building a Cool Front End Thing Generator](https://www.cdn5.niftycent.com/d/1/N/M/L/K/a/building-a-cool-front-end-thing-generator.webp)
Whether you are just starting out on the front end, or you’ve been doing it for a long time, building a tool that can generate some cool front-end magic can help you learn something new, develop your skills and maybe …
The post Building a Cool Front End Thing Generator appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/building-a-cool-front-end-thing-generator/
![Stay alert](https://www.cdn5.niftycent.com/d/D/3/x/3/Y/p/stay-alert.webp)
A few days ago, Chris wrote up his thoughts about how alert(), confirm(), and prompt() were being deprecated by Chrome and collected a bunch of thoughts from developers. If certain features can essentially be turned off by …
The post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Using Web Components in WordPress is Easier Than You Think](https://www.cdn5.niftycent.com/d/1/0/x/4/n/B/using-web-components-in-wordpress-is-easier-than-you-think.webp)
Now that we’ve seen that web components and interactive web components are both easier than you think, let’s take a look at adding them to a content management system, namely WordPress. There are three major ways we can add them. …
The post Using Web Components in WordPress is Easier Than You Think appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/using-web-components-in-wordpress-is-easier-than-you-think/
Heck of a CSS trick here from Dongsung Kim.
There are hidden HDR videos playing at the corners of this page. When a HDR-capable browser encounters one, it switches to HDR mode. For some reason, CSS backdrop-filter + brightness >100%
…
The post Wanna see a whiter white? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
Have you ever wished you could see the HTML source of a web page while on a mobile browser, which generally doesn’t offer that feature? If you have a desktop machine around, there are ways, but what I mean …
The post View Source (on Mobile) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.