-
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
Stylelint update #968
Merged
Merged
Stylelint update #968
Changes from 32 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ab379c9
bump stylelint-config-primer@9, install stylelint-only
shawnbot 66436c6
enable primer/colors in stylelint.config.js
shawnbot 49d1196
autofix primer/colors
shawnbot 34c9665
$white + $black -> $text-<color>
shawnbot 323bc8c
add $bg-black, $bg-black-fade, $text-white, $text-black, and $border-…
shawnbot 13b4847
move $black and $white to the top
shawnbot 72e012e
use $bg-black-fade instead of $black-fade-50
shawnbot 121b850
install stylelint-disable
shawnbot d350d4b
break up background properties in <select> + status indicators (spinn…
shawnbot c46c7d1
add stylelint-disable comments for primer/colors
shawnbot b52a7aa
enable primer/borders
shawnbot 6af4ab1
npx stylelint-only primer/borders -- --fix src
shawnbot 6559cb3
npx stylelint-disable primer/borders -- src
shawnbot 009705d
autofix + disable primer/spacing
shawnbot 4d5b4c6
autofix some font-weight values
shawnbot 263dc4f
enable primer/typography
shawnbot f425cd6
fix errant empty line
shawnbot 268c384
add stylelint-disable comments for primer/typography
shawnbot fef6e91
enable primer/box-shadow
shawnbot 4ac0c7f
add stylelint-disabl comments for primer/box-shadow
shawnbot 9df0fb8
add !default to $tooltip-background-color
shawnbot b2e1f74
use $bg-black and $text-black in tooltips
shawnbot 7fd97bf
move grays up, add $border-color-button
shawnbot c5c4f15
transparentize($black, 0.8) -> $border-color-button
shawnbot 71171fb
nix needless disables
shawnbot 5762d95
use rgba() instead of transparentize() for $repo-private-icon
shawnbot f91cf59
add !default to $border-color-button
shawnbot a77bcc0
add !default to $highlight-yellow
shawnbot d936b3a
install stylelint-scss
shawnbot 739f77b
add deprecation TODO comments for unused color vars
shawnbot 5cf3ba8
add deprecation TODO comments, reorganize misc variables, add !default
shawnbot 8177332
enforce scss/dollar-variable-default specifically
shawnbot 8b0f3ee
add !default in marketing/support/variables; plan removal of unused m…
shawnbot ce49044
move $display-values from utilities to support/variables/layout
shawnbot 0d4fe91
move $edges from utilities to support/variables/layout
shawnbot d4f87e4
move stylelint-disable to devDeps
shawnbot 46c60dc
use $text-black instead of $text-dark-gray
shawnbot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 might be a good candidate for a
[email protected]
comment (see: #946).