USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

List Style Types #497

Closed francisrupert closed 3 years ago

francisrupert commented 3 years ago

The following got broken somehow

[type="a"] {
  list-style-type: lower-alpha;
}
[type="A"] {
  list-style-type: upper-alpha;
}
[type="i"] {
  list-style-type: lower-roman;
}
[type="I"] {
  list-style-type: upper-roman;
}