A customization of Slique for the Until You Fall subreddit.
- Click on style.css and paste the code into the subreddit's stylesheet.
- Upload the images in the images folder (but not the icons!) and hit save.
- Clone the project.
- Install Node and run
npm install
in the project's base directory. - Install gulp with
npm install --global gulp
. - Make any desired modifications to sass or image files and run
gulp build
to produce the output files. - Copy and paste the css from style.css into the subreddit's stylesheet and upload images.