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창을 닫으시면 됩니다 :)
인스턴스 변수 문의
0
29
1
챕터 03_04 (튜플) 교육자료
0
28
2
Package(3-1) Sub 폴더 자료
0
35
1
아톰 출력 안됨
0
61
2
강의자료 메일 발송 요청 드립니다.
0
71
1
강의자료 메일로 보내주실 수 있으실까요?
1
48
0
Iterable 요소는 리스트로 작성해야하는 것 맞나요?
1
73
2
강의자료 부탁드립니다
0
57
2
if Flase: print('Bad')
0
57
1
=와 == 의 차이
0
74
1
functions 함수 섭들을려고하는데요
0
66
1
강의자료 부타드리겠습니다!
0
57
0
VSCODE에 VIEW에서 SELECTED INTERPRETER조회가 안됩니다.
0
65
1
강의자료 부탁드립니다.
0
50
0
dict의 Key를 바꾸는 방법
0
61
1
강의자료부탁드립니다
0
59
1
run withount 디버깅 및 F5+ctrl이 안먹혀요
0
59
1
강의 자료와 예정 다운로드
0
72
2
객체지향 vs 함수형
0
56
1
어렵네요 설정도
0
69
1
설정이 잘 된건지
0
50
1
맥 os vscode 설정 - python interpreter select
0
99
1
강의자료 부탁드립니다. mytoughgirl@naver.com 입니다.
0
43
1
vscode로 수업 진행한 영상은 없는건가요?
0
55
2





