How can I override Bootstrap CSS styles?

前端 未结 12 1338
囚心锁ツ
囚心锁ツ 2020-11-22 05:35

I need to modify bootstrap.css to fit my website. I feel it\'s better to create a separate custom.css file instead of modifying bootstrap.css

12条回答
  •  野的像风
    2020-11-22 06:06

    If you are planning to make any rather big changes, it might be a good idea to make them directly in bootstrap itself and rebuild it. Then, you could reduce the amount of data loaded.

    Please refer to Bootstrap on GitHub for the build guide.

提交回复
热议问题