Sublime Forum

Creating CSS folders in Sublime Text 2

#1

Hi,

I installed the AdvancedNewFile plugin and am trying to create a css folder relative to the following code:

This code is included in in my html file. If I add code to main.css it doest do anything within my html file because there is no relative path/folder set up in the side bar.

Any thoughts on how to create a css folder and how to sync all these documents (html, normalize.css, main.css) together?

0 Likes

#2

Anyone?

0 Likes

#3

Not really sure on your question - I don’t think autofilename has anything to do with it.

Your structure should look like this:

index.html
/css/
normalize.css
main.css

Does it? If not, make sure you create the css folder

0 Likes