---
title: "Difference between bootstrap.min.css and bootstrap.css"  
description: "Difference between bootstrap.min.css and bootstrap.css"  
author: "Ethan Karla"  
published: 2021-07-28  
updated: 2021-07-28  
canonical: https://www.mindstick.com/forum/156589/difference-between-bootstrap-min-css-and-bootstrap-css  
category: "bootstrap"  
tags: ["bootstrap"]  
reading_time: 1 minute  

---

# Difference between bootstrap.min.css and bootstrap.css

What is the [difference between bootstrap.min.css and bootstrap.css](https://answers.mindstick.com/qa/93844/what-is-the-difference-between-bootstrap-min-css-and-bootstrap-css)?

## Replies

### Reply by Anonymous User

Like any file type extension, the '.min' addon extension refers to the short version of that file. The minified version of the files that did not have space and indentation, i.e. They are not in human-readable form to be read and edited. But it is easier for the machine to read that code. And minified version of the file takes less file space so through this the file size will be reduced, and this helps the server to load the website faster from the server.

\


---

Original Source: https://www.mindstick.com/forum/156589/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.
