Skip to content

Instantly share code, notes, and snippets.

@nikolaev-dd
nikolaev-dd / js
Created April 10, 2018 13:36
browser sync for gulpfile.js for aws
port: process.env.PORT,
host: process.env.IP
@nikolaev-dd
nikolaev-dd / button.sass
Created March 15, 2018 11:47 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600