Skip to content

Conversation

@ETLaurent
Copy link
Contributor

@ETLaurent ETLaurent commented Aug 26, 2025

Summary

Relies on apostrophecms/stylelint-no-mixed-decls#2

By adding apos-transition to the contain-nested option array, stylelint will complain, like sass.

{
  "extends": "stylelint-config-apostrophe",
  "rules": {
    "@apostrophecms/stylelint-no-mixed-decls": [
      true,
      {
        "contain-nested": [ "apos-transition" ]
      }
    ]
  }
}
image

@ETLaurent ETLaurent requested a review from haroun September 16, 2025 07:40
@ETLaurent ETLaurent marked this pull request as ready for review September 16, 2025 07:40
@ETLaurent ETLaurent requested a review from ValJed September 16, 2025 11:24
@ETLaurent
Copy link
Contributor Author

config moved to apostrophecms/stylelint-config-apostrophe#32

@ETLaurent ETLaurent closed this Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants