Fix SCSS formatting after migration (#1382)

The migration tool we used didn't take into account our formatting
standards so I'm bulk-formatting the SCSS files to bring them back up to
our standards. Basically this just changes the tab size for all the
files.
This commit is contained in:
Evan Simkowitz 2024-12-04 15:49:44 -05:00 committed by GitHub
parent 60031ef8c0
commit 0145e8fe99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
53 changed files with 3023 additions and 3023 deletions

View File

@ -1,14 +1,14 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
@mixin ellipsis(){
@mixin ellipsis() {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@mixin border-radius-mixin(){
@mixin border-radius-mixin() {
&.border-radius-2 {
border-radius: 4px;
}
@ -38,7 +38,7 @@
}
}
@mixin vertical-padding-mixin(){
@mixin vertical-padding-mixin() {
&.vertical-padding-0 {
padding-top: 0px;
padding-bottom: 0px;
@ -85,7 +85,7 @@
}
}
@mixin horizontal-padding-mixin(){
@mixin horizontal-padding-mixin() {
&.horizontal-padding-0 {
padding-left: 0px;
padding-right: 0px;
@ -132,7 +132,7 @@
}
}
@mixin font-size-mixin(){
@mixin font-size-mixin() {
&.font-size-10 {
font-size: 10px;
}
@ -186,7 +186,7 @@
}
}
@mixin font-weight-mixin(){
@mixin font-weight-mixin() {
&.font-weight-100 {
font-weight: 100;
}
@ -210,7 +210,7 @@
}
}
@mixin avatar-dims-mixin(){
@mixin avatar-dims-mixin() {
&.size-xs {
width: 20px;
height: 20px;