Skip to content

Instantly share code, notes, and snippets.

View sorie's full-sized avatar
💭
I may be slow to respond.

lala sorie

💭
I may be slow to respond.
  • Seoul or Jeju island
View GitHub Profile
[
// Sidebar Enhancement 기능 단축키 설정
{ "keys": ["ctrl+alt+n"] , "command": "side_bar_new_file" },
{ "keys": ["f2"] , "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+m"] , "command": "side_bar_move" },
{ "keys": ["ctrl+alt+d"] , "command": "side_bar_delete" }
]
@sorie
sorie / styleOne.css
Created June 3, 2015 05:22
styleOne.css
@charset "utf-8";
/* 외부의 스타일 모듈 호출
* ---------------------------------------------------------------------------
*/
@import "./parts/normalize.min.css";
@import "./parts/common.css";
@import "./parts/gs.min.css";
@import "./parts/fonts.css";
@sorie
sorie / indexOne.html
Created June 3, 2015 05:22
indexOne.html
<!DOCTYPE html>
<html lang="ko-KR" class="no-js">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<title>타이틀</title>
<meta name="description" content="">