UNPKG
rapidoc
Version:
latest (9.3.8)
9.3.8
9.3.7
9.3.6
9.3.5
9.3.4
9.3.3
9.3.2
9.3.0
9.2.0
9.1.8
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.0
8.4.9
8.4.8
8.4.5
8.4.4
8.4.3
8.4.2
8.4.0
8.3.0
8.2.0
8.1.2
8.1.1
8.1.0
8.0.0
7.5.1
7.5.0
7.4.3
7.4.2
7.4.1
7.4.0
7.3.2
7.3.1
7.3.0
7.2.1
7.2.0
7.1.1
7.1.0
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.2
6.0.1
6.0.0
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.3.0
4.2.11
4.2.10
4.2.9
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.0
3.2.2
3.2.0
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
RapiDoc - Open API spec viewer with built in console
rapidocweb.com
rapi-doc/RapiDoc
rapidoc
/
src
/
styles
/
custom-styles.js
11 lines
(7 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ css }
from
'lit'
;
/* This file is reserved for any custom css that developers want to add to customize their theme. Simply add your css to this file and yarn build. */
export
default
css`
`
;