css - How to properly apply styles to Child theme -


i have situation. child style.css file contain following line :

@import url("../notio-wp/style.css"); 

the main theme style.css file, contain following message:

/* * please not edit file! *  * file in themefolder wordpress recognize basic theme data name , version * css rules in file not used theme.  * instead use app.css file located in themes /assets/css/ folder add styles.  * if want add small css snippets might  want consider add designated  * css option field in themes backend at: appearance -> theme options */ 

i've made modifications in custom css main theme field , in app.css file.

what best way include child theme, new css styles, should copy app.css file child theme structure, or app.css modified lines, child style.css file, next css lines custom css main theme field? thank you,


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -