{{CSS_Ref}} misses some data entries
See original GitHub issueSomehow the {{CSS_Ref}}
macros misses the @document at rule in the CSS references
The brief investigation has revealed that the culprit isn’t data source for sure: https://github.com/mdn/data/blob/master/css/at-rules.json#L113-L124
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
CSS not working in stylesheet - Stack Overflow
Am I missing something? I am not changing any of the code, its simply a copy and paste. css.
Read more >Can css be styleInjected in library mode? #1579 - vitejs/vite
After upgrading to 3.1.0 that functionality is gone, CSS is not inlined at all, there's not even a separate CSS file generated.
Read more >4 Syntax and basic data types
The syntax of values is specified separately for each property, but in any case, values are built from identifiers, strings, numbers, lengths, percentages,...
Read more >CSS Reference - W3Schools
display, Specifies how a certain HTML element should be displayed ... font-synthesis, Controls which missing typefaces (bold or italic) may be synthesized ...
Read more >outline - CSS-Tricks
The outline property in CSS draws a line around the outside of an element. It's similar to border except that:
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 FreeTop 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
Top GitHub Comments
That seems to be more or less right:
https://github.com/mdn/yari/blob/9a3034427db8201c7decbff7cea23bb160050be5/kumascript/macros/CSS_Ref.ejs#L20
https://github.com/mdn/yari/blob/9a3034427db8201c7decbff7cea23bb160050be5/kumascript/macros/CSS_Ref.ejs#L175-L177
@tannerdolby Sounds reasonable.