Skip to content

Instantly share code, notes, and snippets.

@4edu
4edu / Preferences.txt
Last active April 5, 2017 21:09
Settings Sublime Text 3
{
"auto_complete": true,
"bold_folder_labels": true,
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
"fold_buttons": false,
"font_size": 13,
"highlight_line": true,
"indent_guide_options":
[
"draw_normal",
@4edu
4edu / main.sass
Last active April 5, 2017 21:12
Universal BTN
.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