Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 905 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 905 Bytes

athletic-support-styles

Changes to this repo trigger an automatic GitHub pages build that enables us to easily update styles for support.athletic.net as well as keep a historical record of style changes.

How to create a new styles file

  1. Create new file ending in .css in the repo root
  2. Save changes directly to the master branch
  3. You'll find your .css file at https://athleticnet.github.io/athletic-support-styles/YOUR-NAME.css

How to update a styles file

  1. Edit a current .css file and save directly to master branch if confident you are happy with the changes. If you'd like someone else to review your changes before deploying them, create a pull request and request a review from the appropriate person.
  2. Changes are live.

Convenient editing

If you have Node.JS installed, you can run npx live-server to easily make changes to the html and watch them update in your browser.