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 1
1
export prepend_bootswatch, dbc_themes
2
2
3
3
function 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 /"
5
5
return string (BOOTSWATCH_BASE, suffix)
6
6
end
7
7
8
8
dbc_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" ,
11
11
CERULEAN = prepend_bootswatch (" cerulean/bootstrap.min.css" ),
12
12
COSMO = prepend_bootswatch (" cosmo/bootstrap.min.css" ),
13
13
CYBORG = prepend_bootswatch (" cyborg/bootstrap.min.css" ),
You can’t perform that action at this time.
0 commit comments