Uses of Record Class
dev.jcputney.mjml.css.CssRule
Packages that use CssRule
-
Uses of CssRule in dev.jcputney.mjml.css
Methods in dev.jcputney.mjml.css that return types with arguments of type CssRuleModifier and TypeMethodDescriptionCssParser.parseRules(String css) Parses CSS text and returns only the inlineable rules (convenience method).CssParser.ParseResult.rules()Returns the value of therulesrecord component.Constructor parameters in dev.jcputney.mjml.css with type arguments of type CssRuleModifierConstructorDescriptionParseResult(List<CssRule> rules, List<String> preservedAtRules) Creates an instance of aParseResultrecord class.