Twitter Bootstrap Custom CSS inclusion

前端 未结 2 1227
南方客
南方客 2020-12-29 17:39

When using custom css along with Twitter Bootstrap that overwrites some styles is it better to place the custom css link before or after the bootstrap-responsive css?

<
2条回答
  •  执笔经年
    2020-12-29 17:51

    I think if you put style.css on top then bootstarp styles will override it.If you put style.css at bottom then bootstrap styles will be overriden with your custom styles

提交回复
热议问题