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
    
  
  
    
  | { | |
| "workbench.colorTheme": "Framer Syntax 2", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "prettier.requireConfig": true, | |
| "window.zoomLevel": 1, | |
| "editor.suggestSelection": "first", | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.fontLigatures": true, | 
  
    
      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
    
  
  
    
  | [ | |
| { | |
| "key": "alt+space", | |
| "command": "workbench.action.terminal.toggleTerminal" | |
| }, | |
| { | |
| "key": "cmd+n", | |
| "command": "workbench.action.terminal.new", | |
| "when": "terminalFocus" | |
| }, | 
  
    
      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
    
  
  
    
  | scss_files: '**/*.scss' | |
| severity: warning | |
| linters: | |
| BorderZero: | |
| enabled: true | |
| convention: zero | |
| ColorKeyword: | 
  
    
      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"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title> | |
| 전기히터 > 캠핑/가정용 400W 미니멀 전기히터 VO-HT015 (안전장치기능탑재) | |
| | 내일의 집 | |
| </title> | 
  
    
      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
    
  
  
    
  | files: | |
| include: '**/*.scss' | |
| options: | |
| formatter: stylish | |
| merge-default-rules: false | |
| rules: | |
| border-zero: | |
| - 1 | |
| - convention: zero | |
| brace-style: | 
  
    
      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
    
  
  
    
  | { | |
| "extends": ["stylelint-config-recess-order", "stylelint-config-standard"], | |
| "plugins": "stylelint-scss", | |
| "rules": { | |
| "alpha-value-notation": "number", | |
| "at-rule-empty-line-before": null, | |
| "at-rule-name-case": "lower", | |
| "at-rule-no-unknown": null, | |
| "at-rule-semicolon-newline-after": [ | |
| "always", | 
  
    
      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
    
  
  
    
  | { | |
| "parserOptions": { | |
| "ecmaVersion": 2017 | |
| }, | |
| "env": { | |
| "es6": true | |
| } | |
| } | 
  
    
      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
    
  
  
    
  | [ | |
| { | |
| "offset": "GMT-12:00", | |
| "name": "Etc/GMT-12" | |
| }, | |
| { | |
| "offset": "GMT-11:00", | |
| "name": "Etc/GMT-11" | |
| }, | |
| { | 
  
    
      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
    
  
  
    
  | const path = require('path') | |
| const fs = require('fs') | |
| const { copySync } = require('fs-extra') | |
| const postcss = require('postcss') | |
| const cssnano = require('cssnano') | |
| const autoprefixer = require('autoprefixer') | |
| const imageminJpegtran = require('imagemin-jpegtran') | |
| const REPOSITORY_NAME = 'tomorrow-house' | 
  
    
      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
    
  
  
    
  | const path = require('path') | |
| const fs = require('fs') | |
| const ghpages = require('gh-pages') | |
| const buildDir = path.resolve(__dirname, '../build') | |
| console.log('------------------------') | |
| console.log('Start deploying...') | |
| ghpages.publish(buildDir, function (err) { | 
OlderNewer