I'm on windows platform, sublime text 3.x
my html project folder structure looks like
c:/test
+-----asset/
+----css/
test.html
I added
"load_external_files": ["asset/css/*.css"],
while editing the html file and try to reference css class from the style.css, nothing appear. no class sugggestion provided.
I'm on windows platform, sublime text 3.x
my html project folder structure looks like
c:/test
+-----asset/
+----css/
test.html
I added
"load_external_files": ["asset/css/*.css"],
while editing the html file and try to reference css class from the style.css, nothing appear. no class sugggestion provided.