Skip to content

Instantly share code, notes, and snippets.

@Kurniawandering
Kurniawandering / SassMeister-input-HTML.html
Created August 2, 2015 13:37
Generated by SassMeister.com.
<div class="page">
<ul class="highlight">
<li>blok 1</li>
<li>blok 2</li>
<li>blok 3</li>
</ul>
<div class="content">
<div><h3>I'm 1</h3></div>
<div><h3>I'm 2</h3></div>
<div><h3>I'm 3</h3></div>
@Kurniawandering
Kurniawandering / .vimrc
Last active January 18, 2016 01:42
vim configuration
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => General
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" load plugins from vundle
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#begin()