Skip to content

Instantly share code, notes, and snippets.

View megan610's full-sized avatar
😘
(๑•̀ㅂ•́)و✧

megan610 megan610

😘
(๑•̀ㅂ•́)و✧
View GitHub Profile
@megan610
megan610 / .eslintrc.json
Last active November 15, 2017 12:08 — forked from otakustay/.eslintrc.json
eslintrc
{
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"babel",
@megan610
megan610 / reset.less
Created October 11, 2016 05:48 — forked from joshuapowell/reset.less
LESS: Global LESS CSS reset that gives elements default formatting.
/**
* Global Reset of all HTML Elements
*
* Resetting all of our HTML Elements ensures a smoother
* visual transition between browsers. If you don't believe me,
* try temporarily commenting out this block of code, then go
* and look at Mozilla versus Safari, both good browsers with
* a good implementation of CSS. The thing is, all browser CSS
* defaults are different and at the end of the day if visual
* consistency is what we're shooting for, then we need to