###We recommend the following Brackets extensions to aid in debugging:
- https://github.com/cfjedimaster/brackets-csslint
- https://github.com/dsbonev/whitespace-normalizer
- https://github.com/DennisKehrig/brackets-show-whitespace (optional)
- https://github.com/couzteau/brackets-git-info (optional)
###Coding Guidelines:
- Please use 4 spaces instead of tabs.
- Make sure there is a new line at the end of the file.
- Install Csslint extension and make sure there are no errors.
###How to use csslint
- Clone the git repository
https://github.com/Jacse/themes-for-brackets.git
- In brackets select open folder and open the themes-for-brackets folder that contains this
CONTRIBUTING.md
and the.csslintrc
file - With
.csslintrc
in the root folder and the extension installed in brackets it will now work!
###Creating your own theme is easy
- Have a look at Pawel's bare Brackets theme here.
- Copy it, customize it, and add it to the custom themes folder
- On Windows it is located at
C:\Users\[USERNAME]\AppData\Roaming\Brackets\custom themes
- On OS X it is located at
~/Library/Application Support/Brackets/custom themes
- On Linux it is located at
~/.config/Brackets/custom themes