This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
// 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" } | |
] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8"; | |
/* 외부의 스타일 모듈 호출 | |
* --------------------------------------------------------------------------- | |
*/ | |
@import "./parts/normalize.min.css"; | |
@import "./parts/common.css"; | |
@import "./parts/gs.min.css"; | |
@import "./parts/fonts.css"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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=""> |
NewerOlder