Breakpoints variables with pure CSS

In CSS can use variables most of the time. ⛶:root { --color-main: red; }But, can't use variables in @media queries. ⛶@media (min-width: var(--br-md) { /* will never work */ }Unexpected solution ...
0 Read More

What is the Lexical Editor?

Introduction Hi! I'm kouta222 I had the opportunity to use the Lexical Editor during my internship, so I wrote this article to share what I learned. What is the Lexical Editor? The Le...
0 Read More