nicolium: lint styles, remove rule that spawns false positives

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-01 21:38:11 +01:00
parent 1d360f0d3d
commit 8133a50a14
4 changed files with 7 additions and 6 deletions

View File

@ -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
}
}

View File

@ -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;
}
}

View File

@ -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;
}
}

View File

@ -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;