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





