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
@@ -1,11 +1,11 @@
|
||||
@mixin flexCenter {
|
||||
@mixin flex-center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@mixin screen($breakpoint) {
|
||||
@if $breakpoint == desktop {
|
||||
@mixin screen($breakpoint) {
|
||||
@if $breakpoint == desktop {
|
||||
@media only screen and (width >= 768px) {
|
||||
@content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user