java.lang.Object
io.john.amiscaray.stir.domain.elements.CssRule

public class CssRule
extends Object
A pojo representing a CSS rule
  • Field Details

    • selector

      private final String selector
      The CSS selector for the rule
    • styles

      private Map<String,​String> styles
      A map representing the property and value of each CSS style
    • nestedRules

      private List<CssRule> nestedRules
      A list of nested CSS rules (used for things like media queries and CSS animations which have nested structures)
  • Constructor Details

  • Method Details