Li
Delete
Are you sure you want to delete this?
ProgrammingModel
-
Date
-
20211123
-
Target
-
C_052
-
Title
-
Customize Bootstrap
-
Contents
-
to add scss file
아래에 유익한 정보가 있다.
https://blog.hubspot.com/website/how-to-override-bootstrap-css
이 정보에 의하면 To change Bootstrap is not recommended. 유지가 어려워지게 된다는 점에서
첫 째 customize한 내용을 파악하기가 어렵다.
둘 째 Bootstrap 새 버젼으로의 upgrade가 힘들어진다
따라서 이보다는
The good news is there's a way to make changes without editing the Bootstrap source code.
제시안은 override Bootstrap CSS :원래의 코드를 놓아 둔 체 custom code in an external stylesheet 현재의 style에 override 혹은 추가해서 사용하는 것이다.