Skip to content
  • acelya's avatar
    Fix the stylelint selector order error · e3ef8564
    acelya authored
    422:1    Expected selector "#tablist" to come before selector
    "body.animated #tablist"   no-descending-specificity
    
    This error on this specific line is now ignored with a "/* stylelint-disable-next-line no-descending-specificity */" comment.
    e3ef8564