Don't enqueue the CUBE stylesheet
This commit is contained in:
parent
3afaf86862
commit
2a557fdd98
@ -4,7 +4,6 @@ add_theme_support( 'title-tag' );
|
||||
|
||||
function zxs_add_themes() {
|
||||
wp_enqueue_style('zxs_globals', get_stylesheet_directory_uri() . "/style.css", array(), wp_get_theme()->get( 'Version' ), 'all');
|
||||
wp_enqueue_style('zxs_cube', get_stylesheet_directory_uri() . "/assets/css/cube.css", array(), wp_get_theme()->get( 'Version' ), 'all');
|
||||
}
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build:css": "postcss assets/css/styles.css > styles.css"
|
||||
"build:css": "postcss assets/css/styles.css > style.css"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user