Skip to content

Fix the stylelint selector order error.

Acelya requested to merge fix-stylelint-selector-order into master

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.

Edited by Acelya

Merge request reports