Uses of Package
dev.jcputney.mjml.css

Packages that use dev.jcputney.mjml.css
Package
Description
 
  • Class
    Description
    A single CSS property declaration, e.g.
    Result of parsing CSS: regular rules to inline and preserved at-rules.
    A CSS rule consisting of a selector string and a list of declarations.
    Sealed hierarchy of CSS selectors.
    CSS combinator types used between selectors in a complex selector.
    A single simple selector part (type, class, ID, attribute, pseudo-class, or pseudo-element).
    CSS specificity as an (a, b, c) tuple where: a = number of ID selectors b = number of class, attribute, and pseudo-class selectors c = number of type and pseudo-element selectors Inline styles have a virtual specificity of (1, 0, 0, 0) which always wins, handled separately by the inliner.
    Result of extracting CSS from HTML, containing the cleaned HTML and collected CSS text.
    Lightweight HTML element representation for CSS selector matching and style inlining.