replace tailwind with bootstrap: initial webpack config for development
This commit is contained in:
parent
c2bdb112ea
commit
1388a95038
9 changed files with 86 additions and 39 deletions
|
@ -44,7 +44,7 @@ namespace WP_73k;
|
|||
$tag = 'h1';
|
||||
}
|
||||
|
||||
printf( '<%1$s class="text-h1 m-0"><a class="text-xl no-underline uppercase" href="%2$s" rel="home">%3$s</a></%1$s>',
|
||||
printf( '<%1$s class="h1 m-0"><a class="text-xl no-underline uppercase" href="%2$s" rel="home">%3$s</a></%1$s>',
|
||||
$tag,
|
||||
esc_url( home_url( '/' ) ),
|
||||
esc_html( get_bloginfo( 'name' ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue