강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

gyfl5542님의 프로필 이미지
gyfl5542

작성한 질문수

프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)

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

해결된 질문

작성

·

256

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

.script-view .line {

font-size: 16px;

}

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

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

아래 이미지처럼요

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

gyfl5542님의 프로필 이미지
gyfl5542

작성한 질문수

질문하기