-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating and autofixing stylelint #1765
Conversation
|
@@ -1,5 +1,4 @@ | |||
@import '../support/index.scss'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kinda liked that the import that doesn't output any styles is somewhat visually separated. But we can always add a comment to separate it. So the stylelint rule should still be fine to keep.
@@ -172,7 +172,7 @@ | |||
visibility: hidden; | |||
opacity: 0; | |||
transition: | |||
visibility 0 linear $actionList-item-checkmark-transition-timing, | |||
visibility 0 linear $actionList-item-checkmark-transition-timing, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was driving me crazy!
* Use reusable release_canary workflow * Install with yarn Co-authored-by: Jon Rohan <[email protected]>
* Use counter-border for LHC * Create orange-ties-sin.md * Remove fallback
* add pseudo selectors * adjustments * add stories, cleanup * update mixin * fix mixin * lint * add back overflow styles * adjust focus for better overflow state, scrollsnap * post test adjustments, move hacks to primer css * Stylelint auto-fixes * hover state desktop only * document data-content hack * Create nice-days-jog.md Co-authored-by: Actions Auto Build <[email protected]> Co-authored-by: simurai <[email protected]>
This is an example PR for this stylelint-config update primer/stylelint-config#168
I'm installing the canary version and running
yarn stylelint --fix
to show what it would look like here.