Skip to content

Commit deb4cb9

Browse files
committed
style(lint): run lint on docs css
1 parent ff85751 commit deb4cb9

1 file changed

Lines changed: 31 additions & 30 deletions

File tree

docs/reference.css

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
--dim-container-main-margin-y: 0px;
1515
--reference-column-padding-top: 1.5rem;
1616
--reference-content-padding-x: 2rem;
17-
--reference-nav-nested-indent: .8rem;
17+
--reference-nav-nested-indent: 0.8rem;
1818
--reference-nav-item-padding-y: 0.3rem;
19-
--reference-header-logo: url("https://static.invertase.io/assets/react-native-firebase-favicon.png");
19+
--reference-header-logo: url('https://static.invertase.io/assets/react-native-firebase-favicon.png');
2020
--reference-header-logo-size: 1.75rem;
2121
--reference-nav-active-radius: 0.375rem;
2222
--reference-nav-hover-bg: lab(98% 0 0);
@@ -30,7 +30,7 @@
3030
}
3131

3232
.tsd-toolbar-contents > .title::before {
33-
content: "";
33+
content: '';
3434
width: var(--reference-header-logo-size);
3535
height: var(--reference-header-logo-size);
3636
flex-shrink: 0;
@@ -41,7 +41,8 @@
4141
font-size: var(--reference-header-actions-font-size);
4242
}
4343

44-
footer, .tsd-filter-visibility {
44+
footer,
45+
.tsd-filter-visibility {
4546
display: none;
4647
}
4748

@@ -102,76 +103,76 @@ footer, .tsd-filter-visibility {
102103
}
103104

104105
@media (prefers-color-scheme: dark) {
105-
:root:not([data-theme="light"]) {
106+
:root:not([data-theme='light']) {
106107
--reference-nav-hover-bg: lab(100% 0 0 / 5%);
107108
}
108109
}
109110

110-
:root[data-theme="dark"] {
111+
:root[data-theme='dark'] {
111112
--reference-nav-hover-bg: lab(100% 0 0 / 5%);
112113
}
113114

114115
@media (prefers-color-scheme: dark) {
115-
:root:not([data-theme="light"]) .col-content,
116-
:root:not([data-theme="light"]) .site-menu,
117-
:root:not([data-theme="light"]) .page-menu,
118-
:root:not([data-theme="light"]) #tsd-sidebar-links {
116+
:root:not([data-theme='light']) .col-content,
117+
:root:not([data-theme='light']) .site-menu,
118+
:root:not([data-theme='light']) .page-menu,
119+
:root:not([data-theme='light']) #tsd-sidebar-links {
119120
--color-text: var(--reference-dark-body-text);
120121
}
121122

122-
:root:not([data-theme="light"]) .col-content {
123+
:root:not([data-theme='light']) .col-content {
123124
color: var(--reference-dark-body-text);
124125
}
125126

126-
:root:not([data-theme="light"]) .col-content :is(h1, h2, h3, h4, h5, h6) {
127+
:root:not([data-theme='light']) .col-content :is(h1, h2, h3, h4, h5, h6) {
127128
color: var(--dark-color-text);
128129
}
129130
}
130131

131-
:root[data-theme="dark"] .col-content,
132-
:root[data-theme="dark"] .site-menu,
133-
:root[data-theme="dark"] .page-menu,
134-
:root[data-theme="dark"] #tsd-sidebar-links {
132+
:root[data-theme='dark'] .col-content,
133+
:root[data-theme='dark'] .site-menu,
134+
:root[data-theme='dark'] .page-menu,
135+
:root[data-theme='dark'] #tsd-sidebar-links {
135136
--color-text: var(--reference-dark-body-text);
136137
}
137138

138-
:root[data-theme="dark"] .col-content {
139+
:root[data-theme='dark'] .col-content {
139140
color: var(--reference-dark-body-text);
140141
}
141142

142-
:root[data-theme="dark"] .col-content :is(h1, h2, h3, h4, h5, h6) {
143+
:root[data-theme='dark'] .col-content :is(h1, h2, h3, h4, h5, h6) {
143144
color: var(--dark-color-text);
144145
}
145146

146147
@media (prefers-color-scheme: light) {
147-
:root:not([data-theme="dark"]) .col-content,
148-
:root:not([data-theme="dark"]) .site-menu,
149-
:root:not([data-theme="dark"]) .page-menu,
150-
:root:not([data-theme="dark"]) #tsd-sidebar-links {
148+
:root:not([data-theme='dark']) .col-content,
149+
:root:not([data-theme='dark']) .site-menu,
150+
:root:not([data-theme='dark']) .page-menu,
151+
:root:not([data-theme='dark']) #tsd-sidebar-links {
151152
--color-text: var(--reference-light-body-text);
152153
}
153154

154-
:root:not([data-theme="dark"]) .col-content {
155+
:root:not([data-theme='dark']) .col-content {
155156
color: var(--reference-light-body-text);
156157
}
157158

158-
:root:not([data-theme="dark"]) .col-content :is(h1, h2, h3, h4, h5, h6) {
159+
:root:not([data-theme='dark']) .col-content :is(h1, h2, h3, h4, h5, h6) {
159160
color: var(--light-color-text);
160161
}
161162
}
162163

163-
:root[data-theme="light"] .col-content,
164-
:root[data-theme="light"] .site-menu,
165-
:root[data-theme="light"] .page-menu,
166-
:root[data-theme="light"] #tsd-sidebar-links {
164+
:root[data-theme='light'] .col-content,
165+
:root[data-theme='light'] .site-menu,
166+
:root[data-theme='light'] .page-menu,
167+
:root[data-theme='light'] #tsd-sidebar-links {
167168
--color-text: var(--reference-light-body-text);
168169
}
169170

170-
:root[data-theme="light"] .col-content {
171+
:root[data-theme='light'] .col-content {
171172
color: var(--reference-light-body-text);
172173
}
173174

174-
:root[data-theme="light"] .col-content :is(h1, h2, h3, h4, h5, h6) {
175+
:root[data-theme='light'] .col-content :is(h1, h2, h3, h4, h5, h6) {
175176
color: var(--light-color-text);
176177
}
177178

0 commit comments

Comments
 (0)