Skip to content

Instantly share code, notes, and snippets.

View realph's full-sized avatar

Raphael Essoo-Snowdon realph

View GitHub Profile
@realph
realph / SassMeister-input-HTML.html
Created January 8, 2015 15:07
Generated by SassMeister.com.
<a class="button-pri">Primary Button</a>
<a class="button-sec">Primary Button</a>
@realph
realph / shopify-css-import.md
Last active August 29, 2015 14:03
Adding CSS @import to theme development using Grunt and Gulp

Navigate to the root of your theme in Terminal.

1. Installing grunt globally

npm install -g grunt-cli

I ended up preceding this with sudo to get it working.

2. Move Gemfile, Gruntfile.js and package.json to your theme's root