fixes css filepath
This commit is contained in:
parent
f5057073cc
commit
e3c0afce53
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue