Stranger6667 / css-inline

High-performance library for inlining CSS into HTML 'style' attributes
https://css-inline.org/
MIT License
236 stars 29 forks source link

Does take classes in consideration or just depends on selectors of tag types? #321

Closed frisky5 closed 8 months ago

Stranger6667 commented 8 months ago

This library uses CSS parser and selectors implementation from Mozilla Servo, so they are browser-grade tools. Consequently, it supports any CSS 3 selector which includes classes, element names and everything else available in the CSS 3 spec.

If something specific is not working for you or works not as you expect, I suggest sharing it here, or in a new issue.