logoalt Hacker News

nicoburnstoday at 12:13 PM1 replyview on HN

There's nothing stopping you from defining those yourself for your own websites:

     grid { display: grid }
will work in every modern browser.

Replies

littlestymaartoday at 4:34 PM

For that to work I would need to define a custom component from JavaScript, wouldn't I? (and I thought custom components had to contain an hyphen in there name, is that wrong?)

show 1 reply