Publish CSS bits as @webref/css
See original GitHub issueAs a follow-up to https://github.com/w3c/webref/issues/63 we should also have a @webref/css package.
@saschanaz needs it for https://github.com/saschanaz/types-web/issues/66, and I’m also still using webref directly in https://github.com/foolip/mdn-bcd-collector because I get CSS properties from it.
What should be in such a package? Is it simply the JSON files in ed/css/?
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
Organizing your CSS - Learn web development | MDN
Note: A simple way to try out Sass is to use CodePen — you can enable Sass for your CSS in the Settings...
Read more >CSS Nesting Module - W3C
Abstract. This module introduces the ability to nest one style rule inside another, with the selector of the child rule relative to the ......
Read more >How to use CSS variables like a pro - LogRocket Blog
CSS variables help simplify the way you build websites and complex animations while enabling you to write reusable and elegant code.
Read more >29: How to Easily Upload a Website | Learn HTML & CSS
In this HTML tutorial I will teach you how to upload a website to the internet, which can be a bit tricky if...
Read more >Specify Unique CSS File Per Post - Digging Into WordPress
So, I've altered the technique a bit. The idea is to add a simple text input to the page editor, right underneath the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

FYI, I just published @webref/css v1.0.0.
I had no trouble integrating this into mdn-bcd-collector, success! https://github.com/foolip/mdn-bcd-collector/pull/1047