fixes css filepath

This commit is contained in:
Brian Coords 2021-10-29 15:57:10 -07:00
parent f5057073cc
commit e3c0afce53
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
$theme_styles = "/css/theme{$suffix}.css";
$theme_scripts = "/js/theme{$suffix}.js";
if ( 'bootstrap4' === $bootstrap_version ) {
$theme_styles = "/css/theme-bootstrap4{$suffix}.cs";
$theme_styles = "/css/theme-bootstrap4{$suffix}.css";
$theme_scripts = "/js/theme-bootstrap4{$suffix}.js";
}