Replies: 3 comments 5 replies
-
https://www.inflearn.com/questions/320514 안녕하세요 R&D님, 보통 실무에서는 공통 스타일 시트를 로딩해서 사용합니다. 아마 로드맵 따라서 가시다 보면 후반부 강의에서 해당 내용을 다룰 것 같아요. 공통 스타일 시트는 App 컴포넌트의 스타일에 scoped 없이 @import './css/main.css' 요런 식으로 로딩합니다 :) |
Beta Was this translation helpful? Give feedback.
3 replies
-
app.vue / index.html / 에 cdn css import했는데, 일부 css만 적용이 된다. 이유가 뭘까...? |
Beta Was this translation helpful? Give feedback.
0 replies
-
index.html의 header가 아닌 body에 import했더니 모든 css 가 적용이 되었다. 이유가 뭘까..? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
왜 이제서야 이 문제를 생각했는지 모르겠다.
공통으로 사용하는 css파일은 어떻게 효율적으로 관리할 수 있을까.
지금은 cdn으로 css 를 import하고 있는데, cdn이 안될경우를 대비하여 css import 부분을 변수 처리하는 방식도 고려해봐야한다..!(동현 idea)
Beta Was this translation helpful? Give feedback.
All reactions