Skip to content

Instantly share code, notes, and snippets.

View uixmat's full-sized avatar
:octocat:
❖ Bklit.com

Matt uixmat

:octocat:
❖ Bklit.com
View GitHub Profile
@uixmat
uixmat / Gruntfile.js
Created May 15, 2017 21:24
Gruntfile.js Sass + Autoprefixer + Live Reload + Server
module.exports = function(grunt) {
// Configuration.
grunt.initConfig({
sass: {
dist: {
options: {
sourcemap: 'none',
style: 'compressed'
},