What is the difference between bootstrap.min.css and bootstrap.css?

前端 未结 4 2208
梦谈多话
梦谈多话 2020-12-13 09:08

What should I use between bootstrap.min.css or bootstrap.css?

I am confused between the two files because bootstrap.css is readable i.e

4条回答
  •  再見小時候
    2020-12-13 09:20

    The main diversity between bootstrap.min.css and bootstrap.css is spacing. In bootstrap.min.css file, All the white spaces has been removed where In bootstrap.css file, white spaces are there. So obviously file size will be larger as compare to bootstrap.min.css. For that reason, As a Developer, We should use bootstrap.min.css.

提交回复
热议问题