Tocas: Tocas UI 與 Wordpress

Created on 15 May 2019  ·  2Comments  ·  Source: teacat/tocas

圖片

按鈕的樣式被 wordpress 蓋掉了:(

// 這邊是塞 CSS 進去的程式碼啦
function gutenberg_scripts() {
    wp_enqueue_style( 'gutenbergbase-style', get_theme_file_uri( '/css/style.css' ), false);
    wp_enqueue_style( 'gutenbergbase-tocas', get_theme_file_uri( '/tocas-ui/tocas.css' ), false);
}
add_action( 'enqueue_block_editor_assets', 'gutenberg_scripts' );
🎨 CSS 🐛 已證實 Bug

All 2 comments

都是逼比ㄉ錯

Was this page helpful?
0 / 5 - 0 ratings