Skip to content

Instantly share code, notes, and snippets.

Keymap (Windows Users):
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
Settings:
{
"show_definitions": false,
"auto_complete": false,
"bold_folder_labels": true,
@polis89
polis89 / SimplePreloader
Last active March 13, 2017 17:07 — forked from akanastorm/SimplePreloader
Simple Preloader by agragregra
#loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;