• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    해결됨

styles.less 에서 에러가 있습니다.

20.07.28 19:24 작성 조회수 177

0

Command not configured for Less!

Add an issue on GitHub or send your own Pull Request.

^C

이런 오류가 있습니다. 

styles.less 내용은 이렇습니다. 

/*

 * Your Stylesheet

 *

 * This stylesheet is loaded when Atom starts up and is reloaded automatically

 * when it is changed and saved.

 *

 * Add your own CSS or Less to fully customize Atom.

 * If you are unfamiliar with Less, you can read more about it here:

 * http://lesscss.org

 */

/*

 * Examples

 * (To see them, uncomment and save)

 */

// style the background color of the tree view

.tree-view {

  // background-color: whitesmoke;

}

// style the background and foreground colors on the atom-text-editor-element itself

atom-text-editor {

  // color: white;

  // background-color: hsl(180, 24%, 12%);

}

// style UI elements inside atom-text-editor

atom-text-editor .cursor {

  // border-color: red;

}

.script-view .line {

font-size: 16px;

}

답변 1

답변을 작성해보세요.

0

PARK JUNYEONG님의 프로필

PARK JUNYEONG

2020.07.28

.script-view .line {

font-size: 16px;

}

위에 작성한 코드는 "콘솔폰트 사이즈 변경"을 위해서 사용하는 겁니다.

오류가 나타난 현상은 gyfl5542님께서 ctrl+shift+space를 눌러서 실행을 시켜 발생한 것입니다.

아래 이미지처럼요

저렇게 작성하고 난 뒤  실행을 시키지 마시고 ctrl+s 눌러서 저장하시고 styles.less창을 닫으시면 됩니다 :)