Skip to content

Instantly share code, notes, and snippets.

View rayng86's full-sized avatar
πŸ‘¨β€πŸ’»

Raymond Ng rayng86

πŸ‘¨β€πŸ’»
View GitHub Profile
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
@rayng86
rayng86 / sass-from-cmdline.md
Last active August 29, 2015 14:01
SASS Command-line Quick Ref

##SASS sass --watch styles.scss:styles.css (if in the same folder)

This will look for folders named scss and generate css files to folder css
sass --watch scss/:css/

To have Sass minify all your CSS just use:

sass --watch scss/:css/ --style OPTION

i.e.
@rayng86
rayng86 / vim.md
Last active January 26, 2018 15:46
VIM

Quick Install VIM Solarized Colors

    https://github.com/flazz/vim-colorschemes

Now you need to create install .vimrc file:

    cd to home directory
    create vim .vimrc

Paste the Following:

    syntax enable

set background=dark