styles.less 에서 에러가 있습니다.
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창을 닫으시면 됩니다 :)
Python: Select Interpreter 오류
0
40
1
54강 4분 41초에서 질문 있어요.
0
57
1
import
0
37
1
45강 예제4번에서 질문 있어요!
0
55
1
45강 강의 10분 03초 내용에서 x + 1 을 하는 이유는 뭔가요?
0
48
1
3강, 7강 화면이 안나옵니다. 그냥 검은화면으로만 노출되요;;
0
51
1
41강 1분 39초 영상에서 import test_module이 조회 안 돼요.
0
53
1
29강 while(3-1) 5분 20초 강의 영상 질문
0
50
0
pcskjs@naver.com
0
60
1
인터프리터 설정이 안됩니다.
1
74
1
Python formatter 설치
0
42
1
자료 다운로드 위치 확인 부탁드립니다.
0
49
2
보라색 예약어
0
49
1
#을 붙이는 이유
0
46
1
실행이 안 되는데요.
0
58
1
print 문법 실행 안 돼요.
0
52
1
영문 계정
0
47
1
맥북에서 아이패드로 연결해서 보려고 하면 화면이 안뜹니다.
0
39
1
인스턴스 변수 문의
0
81
1
챕터 03_04 (튜플) 교육자료
0
87
2
Package(3-1) Sub 폴더 자료
0
70
1
아톰 출력 안됨
0
118
2
강의자료 메일 발송 요청 드립니다.
0
122
1
강의자료 메일로 보내주실 수 있으실까요?
1
78
0





