Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.39 KB

CONTRIBUTING.org

File metadata and controls

35 lines (27 loc) · 1.39 KB

Contributing to GitHub-Moonlight

Getting Started

GitHub-Moonlight is written in stylus-lang please read the documentation for this language before approaching the code

Style Guide

  • Use the provided .stlintrc please check out stlint for more info
  • Use the provided mixins in src/mixins.styl
  • Nest selectors, create functions, use itorators, do everything possible to avoid repetition

Build Scripts

  • yarn build: Build the style
  • yarn copy: Build the style and copy it to the clipboard. note: Requires xclip

Where to look