brackets-emmet
brackets-emmet copied to clipboard
preferences.json
I am adding this file to brackets fold in MAC (/Users/joao/Library/Application Support/Brackets/extensions/user/brackets-emmet), but anything that i put inside of it works am I doing something whrong?
preferences.json has this code:
{ "css.autoInsertVendorPrefixes": false, "css.color.case": "lower" }
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
If you haven't already, you have to tell Emmet where to find the file - go to Emmet then Preferences and paste the path in there.
Hello,
I have the same problem. Even if I specify the extension folder /Users/raphael/Documents/brackets/
or the complete path /Users/raphael/Documents/brackets/preferences.json
with this code :
{
"css.autoInsertVendorPrefixes": false
}
Hi! I have the same problem. You solved this problem?