nicolium: lint styles, remove rule that spawns false positives
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
{ "ignoreAtRules": ["tailwind", "apply", "layer", "config"] }
|
||||
],
|
||||
"scss/operator-no-unspaced": null,
|
||||
"selector-class-pattern": null
|
||||
"selector-class-pattern": null,
|
||||
"no-invalid-position-declaration": null
|
||||
}
|
||||
}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
.⁂-profile-field {
|
||||
span[data-markup] {
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
dt span[data-markup] {
|
||||
@ -175,6 +175,6 @@
|
||||
span[data-markup] {
|
||||
@include mixins.text;
|
||||
overflow: hidden;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
@ -150,7 +150,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
white-space: nowrap;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
@ -208,7 +208,7 @@
|
||||
@apply py-1.5 pr-4 rtl:pl-4 rtl:pr-0;
|
||||
|
||||
> :first-child {
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
@apply text-gray-900 dark:text-gray-100;
|
||||
}
|
||||
}
|
||||
|
||||
@ -127,7 +127,7 @@
|
||||
max-height: 80%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
outline: 1px solid rgba(var(--color-gray-400) / 0.15);
|
||||
outline: 1px solid rgb(var(--color-gray-400) / 0.15);
|
||||
outline-offset: -1px;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user