Skip to content

Instantly share code, notes, and snippets.

@git-demyan
git-demyan / gist:feae754b4d89013e3fb51a55fcf914b4
Created October 15, 2017 22:29
Sublime text 3 license (redesigned sublime)
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
@git-demyan
git-demyan / README.md
Created September 22, 2017 21:10 — forked from jonathantneal/README.md
SASS @font-face mixin

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);
Keymap (Windows Users):
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
Settings:
{
"show_definitions": false,
"auto_complete": false,
"bold_folder_labels": true,
<div class="container">
<form>
<h1>Sign-Up Now</h1>
<div class="field">
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="firstNameTextField" placeholder="First Name">
</div>
<div class="field">
<label for="lastName">Last Name</label>
<input type="text" id="lastName" name="lastNameTextField" placeholder="Last Name">