replace tailwind with bootstrap: initial webpack config for development

This commit is contained in:
Adam Piontek 2021-07-02 12:51:36 -04:00
parent c2bdb112ea
commit 1388a95038
9 changed files with 86 additions and 39 deletions

View file

@ -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' ) )