Skip to content

Commit 6651192

Browse files
committed
chore: remove stylelint, now primarily using biome
1 parent 5d601be commit 6651192

File tree

9 files changed

+0
-144
lines changed

9 files changed

+0
-144
lines changed

.stylelintrc.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

snippets/annotation-tags.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
.cm-tag-summary,
5656
.cm-tag-todo
5757
) {
58-
/* stylelint-disable-next-line no-unknown-custom-properties */
5958
border-radius: var(--tag-radius);
6059
color: hsl(0 0% 100%);
6160
font-weight: 700;

source/2-variables/variables.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* stylelint-disable no-duplicate-selectors */
21

32
/* ───────────────────────────────────────────────────── */
43
/** Changed Obsidian Colors
@@ -73,7 +72,6 @@
7372
body {
7473
/* this variable is determined by the accent color chosen by the user, so it
7574
* needs to be overwritten to be the same across this theme */
76-
/* stylelint-disable-next-line declaration-no-important */
7775
--text-on-accent: hsl(0 100% 100%) !important;
7876

7977
/* Font */

source/3-markup/callouts.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
padding: 3px 6px;
1919
background-color: rgb(var(--callout-color), 15%);
2020
border-bottom: var(--callout-border-width)
21-
/* stylelint-disable-next-line color-function-notation */
2221
solid rgb(var(--callout-color), var(--callout-border-opacity));
2322
}
2423

source/3-markup/images_tables_embeds.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
/* make lists in tables take up less space */
1212
.markdown-rendered table :is(ul, ol) {
1313
line-height: 1.1;
14-
/* stylelint-disable-next-line declaration-no-important */
1514
margin-block: 0 0 !important;
1615
margin-top: 0;
1716
margin-bottom: 0;
@@ -110,9 +109,7 @@ body:not(.no-image-alttext-caption) .image-embed::after {
110109
.markdown-source-view.mod-cm6 .cm-content > img,
111110
.view-content .image-embed img:not(.emoji) {
112111
display: block;
113-
/* stylelint-disable-next-line declaration-no-important */
114112
margin-right: auto !important;
115-
/* stylelint-disable-next-line declaration-no-important */
116113
margin-left: auto !important;
117114
}
118115

source/5-editor/vim-mode.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@
3838

3939
/* optionally completely disable blinking */
4040
.disable-vim-cursor-blink .cm-vimCursorLayer {
41-
/* stylelint-disable-next-line declaration-no-important */
4241
animation: none !important;
4342
}
4443

4544
/* blinking */
4645
.cm-vimCursorLayer {
47-
/* stylelint-disable-next-line declaration-no-important */
4846
animation-duration: var(--vim-cursor-blink-rate) !important;
4947
}
5048

@@ -91,12 +89,10 @@
9189
mix-blend-mode: hard-light;
9290

9391
.cm-focused & {
94-
/* stylelint-disable-next-line declaration-no-important */
9592
animation: vim-blink var(--vim-cursor-blink-rate) linear infinite !important;
9693
}
9794
}
9895

99-
/* stylelint-disable-next-line declaration-no-important */
10096
animation: none !important;
10197
}
10298

@@ -220,7 +216,6 @@
220216

221217
/* the ":" or "/" enlarged */
222218
.cm-vim-panel > div > div > span:first-child {
223-
/* stylelint-disable-next-line declaration-no-important */
224219
font-family: inter, sans-serif !important;
225220
font-weight: 600;
226221
font-size: 1.4rem;

source/6-plugins/community_plugins.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,13 @@ img.link-favicon.link-favicon {
122122

123123
/* no favicons in style settings */
124124
.style-settings-info-text .link-favicon {
125-
/* stylelint-disable-next-line declaration-no-important */
126125
display: none !important;
127126
}
128127

129128
/* ───────────────────────────────────────────────── */
130129
/** Custom Frames
131130
──────────────────────────────────────────────────── */
132131
body:not(.normal-header-bar) .custom-frames-view {
133-
/* stylelint-disable-next-line declaration-no-important */
134132
padding-top: 1.8rem !important;
135133
}
136134

@@ -144,7 +142,6 @@ body .yank-deco {
144142
}
145143

146144
/* yank highlight plugin -- https://github.com/aleksey-rowan/obsidian-vim-yank-highlight/blob/master/styles.css */
147-
/* stylelint-disable-next-line keyframes-name-pattern */
148145
@keyframes yankedHighlight {
149146
10% {
150147
color: var(--interactive-normal);
@@ -166,7 +163,6 @@ body .yank-deco {
166163
}
167164

168165
body .various-complements__suggestion-item {
169-
/* stylelint-disable-next-line declaration-no-important */
170166
padding: 4px 6px !important;
171167
}
172168

@@ -194,7 +190,6 @@ body .various-complements__suggestion-item {
194190
/** Obsidian Git
195191
──────────────────────────────────────────────────── */
196192
.obsidian-git-statusbar-status > div:nth-child(2) {
197-
/* stylelint-disable-next-line declaration-no-important */
198193
margin-left: 0 !important;
199194
}
200195

@@ -457,7 +452,6 @@ body .another-quick-switcher__item__description {
457452
/* enlarge floating window */
458453
.prompt.another-quick-switcher__floating-prompt {
459454
max-height: 80vh;
460-
top: 10vh !important; /* stylelint-disable-line declaration-no-important */
461455
min-width: 600px;
462456
}
463457

source/6-plugins/core_plugins.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ body:not(.show-outline-buttons) .workspace-leaf-content[data-type="outline"] .na
280280

281281
/* always display search input box */
282282
.show-outline-buttons .workspace-leaf-content[data-type="outline"] .search-input-container {
283-
/* stylelint-disable-next-line declaration-no-important */
284283
display: block !important;
285284
flex-grow: 1;
286285
margin: 4px 0;

source/6-plugins/longform-plugin.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ div#select-projects select {
6666
margin-left: 0;
6767
}
6868

69-
/* stylelint-disable declaration-no-important */
7069
&[data-scene-indent="0"] {
7170
padding-left: 6px !important;
7271
}
@@ -86,7 +85,6 @@ div#select-projects select {
8685
&[data-scene-indent="4"] {
8786
padding-left: calc(var(--longform-indent-size) * 4) !important;
8887
}
89-
/* stylelint-enable declaration-no-important */
9088

9189
&.selected,
9290
&.selected .longform-scene-number {

0 commit comments

Comments
 (0)