Conform scss to stylelint

renovate/major-react-monorepo
Alex Gleason 2023-01-05 14:53:23 -06:00
rodzic 106a3a9b6a
commit 64483d86a3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
8 zmienionych plików z 13 dodań i 18 usunięć

Wyświetl plik

@ -92,9 +92,6 @@ button {
button, button,
a.button { a.button {
&.standard { &.standard {
// NOTE - will define the larger standard buttons here and apply class where used.
&-small { &-small {
@include font-size(11); @include font-size(11);
@include line-height(11); @include line-height(11);

Wyświetl plik

@ -1,4 +1,3 @@
.column { .column {
width: 350px; width: 350px;
position: relative; position: relative;

Wyświetl plik

@ -10,12 +10,12 @@
} }
} }
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after { .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
@apply border-b-white dark:border-b-gray-900; @apply border-b-white dark:border-b-gray-900;
} }
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before { .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
@apply border-b-gray-200 dark:border-b-gray-700; @apply border-b-gray-200 dark:border-b-gray-700;
} }
@ -143,6 +143,6 @@
.react-datepicker__close-icon::after { .react-datepicker__close-icon::after {
@apply bg-transparent text-gray-600 dark:text-gray-400 text-base; @apply bg-transparent text-gray-600 dark:text-gray-400 text-base;
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 5 Free';
content: ""; content: '';
font-weight: 900; font-weight: 900;
} }

Wyświetl plik

@ -67,4 +67,3 @@
@apply block my-2 h-[1px] bg-gray-100 dark:bg-gray-800; @apply block my-2 h-[1px] bg-gray-100 dark:bg-gray-800;
} }
} }
// end .dropdown-menu

Wyświetl plik

@ -39,7 +39,7 @@
@apply static; @apply static;
} }
input[type="checkbox"] { input[type='checkbox'] {
position: absolute; position: absolute;
top: 3px; top: 3px;
left: 0; left: 0;
@ -68,12 +68,12 @@
@apply pr-1 capitalize; @apply pr-1 capitalize;
&::after { &::after {
content: ","; content: ',';
} }
&:last-of-type { &:last-of-type {
&::after { &::after {
content: ""; content: '';
} }
} }
} }

Wyświetl plik

@ -290,7 +290,7 @@
} }
} }
button[type="button"] { button[type='button'] {
@apply w-full justify-center text-center; @apply w-full justify-center text-center;
} }
} }
@ -332,7 +332,7 @@
&::before, &::before,
&::after { &::after {
@apply border-b border-gray-300 dark:border-gray-600; @apply border-b border-gray-300 dark:border-gray-600;
content: ""; content: '';
flex: 1; flex: 1;
} }
} }

Wyświetl plik

@ -15,8 +15,8 @@
animation: fade 150ms linear; animation: fade 150ms linear;
} }
[column-type=filled] .status__wrapper, [column-type='filled'] .status__wrapper,
[column-type=filled] .status-placeholder { [column-type='filled'] .status-placeholder {
@apply rounded-none shadow-none p-4; @apply rounded-none shadow-none p-4;
} }

Wyświetl plik

@ -165,7 +165,7 @@
} }
&::before { &::before {
content: ""; content: '';
width: 50px; width: 50px;
background: rgba(#fff, 0.35); background: rgba(#fff, 0.35);
border-radius: 4px; border-radius: 4px;
@ -235,7 +235,7 @@
position: relative; position: relative;
&::before { &::before {
content: ""; content: '';
width: 100%; width: 100%;
background: rgba(#fff, 0.35); background: rgba(#fff, 0.35);
border-radius: 4px; border-radius: 4px;