Skip to content

Releases: MathGeniusJodie/mass-extinction

v1.3

11 Feb 01:28
Compare
Choose a tag to compare

added powerful new feature "forElements"

allows batch resets based on element properties as defined in the html spec

changed license to BSD0

because it's more corporate-friendly

v1.2

23 Nov 05:59
Compare
Choose a tag to compare
  • fixed bug where list-style was unset instead of none
  • updated dependencies and docs for tailwind 2

v1.1

17 Aug 11:13
Compare
Choose a tag to compare

added lists option

extinguish: {
    lists: true
}

removes styles from <ul> and <ol> elements

ul,ol {
    padding: unset;
    list-style: unset
}

v1

16 Aug 01:34
Compare
Choose a tag to compare
v1

breaking changes

  • box-sizing now expects a string (not everyone agrees that inherit is a best practice)
  • background and text-decoration no longer reset for all elements
  • border-color no longer inherited by default (borderColor: true to enable)
  • font option now also affect color (color is always unset on links however)