Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 1.5 KB

###We recommend the following Brackets extensions to aid in debugging:

###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

  1. Clone the git repository https://github.com/Jacse/themes-for-brackets.git
  2. In brackets select open folder and open the themes-for-brackets folder that contains this CONTRIBUTING.md and the .csslintrc file
  3. With .csslintrc in the root folder and the extension installed in brackets it will now work!

###Creating your own theme is easy

  1. Have a look at Pawel's bare Brackets theme here.
  2. Copy it, customize it, and add it to the custom themes folder
  3. On Windows it is located at C:\Users\[USERNAME]\AppData\Roaming\Brackets\custom themes
  4. On OS X it is located at ~/Library/Application Support/Brackets/custom themes
  5. On Linux it is located at ~/.config/Brackets/custom themes

More informations