Skip to content

Instantly share code, notes, and snippets.

View uixmat's full-sized avatar
🔥
Firestarta.dev

Matt uixmat

🔥
Firestarta.dev
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'
},