CSSerpent.Rule (csserpent v0.5.1) View Source

A struct to represent a CSS rule.

Link to this section Summary

Link to this section Types

Specs

t() :: %CSSerpent.Rule{
  identifier: String.t(),
  props: list(),
  raw: String.t(),
  rules: list(),
  selector: String.t(),
  source: any(),
  value: String.t()
}