Skip to content

Instantly share code, notes, and snippets.

View elliotrpmorris-zz's full-sized avatar
:shipit:
Build, deploy, repeat

Elliot Morris elliotrpmorris-zz

:shipit:
Build, deploy, repeat
View GitHub Profile
@elliotrpmorris-zz
elliotrpmorris-zz / .gitignore
Created March 11, 2019 15:07
This is a default git ignore to use in projects
node_modules/
.env
.DS_STORE
dist
@elliotrpmorris-zz
elliotrpmorris-zz / spacing.scss
Created March 8, 2019 15:02
SASS Padding margin class loop
// Adjust this to be the rem size you need
$spaceamounts: (
8: 0.5,
16: 1,
24: 1.5,
32: 2,
40: 2.5,
48: 3,
56: 3.5,
64: 4,