Skip to content

Instantly share code, notes, and snippets.

javascript:document.getElementsByClassName('lg:w-3/12')[1].classList.add('hidden');document.getElementsByClassName('lg:w-9/12')[0].classList.remove('lg:w-9/12')
// Fonts
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Libre+Baskerville');
// Variables
@import 'variables';
// Bulma
@import "~bulma/bulma";
@import "~buefy/src/scss/buefy";
// Fonts
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Libre+Baskerville');
// Variables
@import 'variables';
// Bulma
@import "~bulma/bulma";
@import "~buefy/src/scss/buefy";
[
{ "keys": ["super+alt+7"], "command": "encode_html_entities" },
{ "keys": ["shift+ctrl+u"], "command": "title_case" },
{ "keys": ["super+enter"], "command": "insert", "args": {"characters": "<br>\n"} },
{ "keys": ["super+alt+l"], "command": "insert_snippet", "args": {"contents": "<li>${0:$SELECTION}</li>" } },
{ "keys": ["super+alt+b"], "command": "insert_snippet", "args": {"contents": "<strong>${0:$SELECTION}</strong>" } },
{ "keys": ["super+alt+i"], "command": "insert_snippet", "args": {"contents": "<em>${0:$SELECTION}</em>" } },
{ "keys": ["super+alt+n"], "command": "insert_snippet", "args": {"contents": "<span>${0:$SELECTION}</span>" } },
{ "keys": ["super+alt+down"], "command": "insert_snippet", "args": {"contents": "<sub>${0:$SELECTION}</sub>" } },