5.17.14 • Published 1 year ago

@createiq/swagger-ui-scss v5.17.14

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

swagger-ui-scss

A repackaging of Swagger UI's SCSS files, for use in projects that would like to adapt them by overriding the variables.

Usage

npm i @createiq/swagger-ui-scss

Replace any import of the default Swagger UI CSS file with a reference to main.scss:

- @import '~swagger-ui-react/swagger-ui.css';
+ @import '~@createiq/swagger-ui-scss/style/main.scss';

Then you can override the variables that are used internally by Swagger UI:

$color-primary: #6750a4;
5.17.14

1 year ago

5.17.13

1 year ago

5.17.12

1 year ago

5.17.10

1 year ago

5.17.9

1 year ago