Add local CSS lint checks (#4068)
* update package scripts to include prettifying scss files and stylelint-ing; fix related issues found from stylelinter * revert old prettier autofix * lint --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
co-authored by
Gabe Kangas
parent
c03637fd9b
commit
a6dc9645e6
@@ -46,17 +46,6 @@ BUTTONS
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
border-color: var(--theme-color-components-primary-button-border);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
border-color: var(--theme-color-action-hover);
|
||||
color: var(--theme-color-action-hover);
|
||||
background-color: var(--theme-color-components-secondary-button-background);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-color: var(--theme-color-components-secondary-button-text);
|
||||
}
|
||||
|
||||
&[ant-click-animating-without-extra-node]::after {
|
||||
animation: 0s !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user