UNPKG
@sctg/rapidoc
Version:
latest (9.3.8-b)
9.3.8
9.3.8-b
9.3.8-a
RapiDoc - Open API spec viewer with built in console
rapidocweb.com
rapi-doc/RapiDoc
@sctg/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`
`
;