File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11export prepend_bootswatch, dbc_themes
22
33function prepend_bootswatch (suffix)
4- BOOTSWATCH_BASE = " https://stackpath.bootstrapcdn.com/bootswatch/4.5.0 /"
4+ BOOTSWATCH_BASE = " https://stackpath.bootstrapcdn.com/bootswatch/4.5.2 /"
55 return string (BOOTSWATCH_BASE, suffix)
66end
77
88dbc_themes = (
9- BOOTSTRAP = " https://stackpath.bootstrapcdn.com/bootstrap/4.5.0 /css/bootstrap.min.css" ,
10- GRID = " https://stackpath.bootstrapcdn.com/bootstrap/4.5.0 /css/bootstrap-grid.min.css" ,
9+ BOOTSTRAP = " https://stackpath.bootstrapcdn.com/bootstrap/4.5.2 /css/bootstrap.min.css" ,
10+ GRID = " https://stackpath.bootstrapcdn.com/bootstrap/4.5.2 /css/bootstrap-grid.min.css" ,
1111 CERULEAN = prepend_bootswatch (" cerulean/bootstrap.min.css" ),
1212 COSMO = prepend_bootswatch (" cosmo/bootstrap.min.css" ),
1313 CYBORG = prepend_bootswatch (" cyborg/bootstrap.min.css" ),
You can’t perform that action at this time.
0 commit comments