---
title: "What is the difference between bootstrap.min.css and bootstrap.css?"  
description: "What is the difference between bootstrap.min.css and bootstrap.css?"  
author: "Ethan Karla"  
published: 2021-07-28  
canonical: https://answers.mindstick.com/qa/93844/what-is-the-difference-between-bootstrap-min-css-and-bootstrap-css  
category: "web application"  
tags: ["web application development", "web development"]  
reading_time: 1 minute  

---

# What is the difference between bootstrap.min.css and bootstrap.css?

What is the [difference](https://yourviews.mindstick.com/story/5016/chia-vs-basil-seeds-what-s-the-difference) between [bootstrap.min.css](https://www.mindstick.com/forum/156589/difference-between-bootstrap-min-css-and-bootstrap-css) and bootstrap.css?

## Answers

### Answer by Ravi Vishwakarma

The normal .css is better for development in normal coding. if you want to edit with the content in the .css file, but if you are not want to modify the file, use the .min.css for slightly better performance. The main difference between bootstrap.min.css and bootstrap.css is spacing because In the bootstrap.min.css file all the white spaces have been removed ( minified version ), where In the bootstrap.css file white spaces are not removed, So obviously file size will be larger as compared to bootstrap.min.css. For that reason, As Developers, We should use bootstrap.min.css.


---

Original Source: https://answers.mindstick.com/qa/93844/what-is-the-difference-between-bootstrap-min-css-and-bootstrap-css

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
