• Resolved clairefritz

    (@clairefritz)


    Hello!

    I am currently cleaning up my WP theme of all the unnecessary files and especially tidy up the file-soup at the root of my theme. I use SASS, and I’m compiling the CSS to a sub-folder… Which leaves me with an empty styles.css at the root of my theme, and when I delete it, the theme breaks. Is there any way to tell WP to not look for it? It’s not even included anywhere.

    Thanks in advance for your help!

    Claire

Viewing 1 replies (of 1 total)
  • Hey there clairefritz,

    Hope you’re well! 🙂

    I guess you are doing it right! 🙂 Not putting anything on the style.css ( except of-course the meta code ) . I’m afraid you can’t delete it since the meta code there is the one declaring that the whole folder is indeed a WordPress theme. Just leave it and put all the css code in a sub-folder like you do. 🙂

    Hope it helps! 🙂

    Best Regards,
    Calvin

Viewing 1 replies (of 1 total)

The topic ‘Remove /styles.css?’ is closed to new replies.