Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Banegas <lucasconobanegas@gmail.com>2017-10-13 14:34:43 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-13 14:34:43 +0300
commit71e60e1f85e3e822bb62a919bfb9b1d4e5d7f29b (patch)
tree7876ac6e37f24f3ad1b22773e936923d6d819d9a /README.md
parent03522fee489b812a02dd380f3bc5238c0a0cd6a1 (diff)
Describe compiled CSS (#24271)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9104e7e80..56231f7b59 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,15 @@ bootstrap/
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
-│ └── bootstrap.min.css.map
+│ ├── bootstrap.min.css.map
+│ ├── bootstrap-grid.css
+│ ├── bootstrap-grid.css.map
+│ ├── bootstrap-grid.min.css
+│ ├── bootstrap-grid.min.css.map
+│ ├── bootstrap-reboot.css
+│ ├── bootstrap-reboot.css.map
+│ ├── bootstrap-reboot.min.css
+│ └── bootstrap-reboot.min.css.map
└── js/
├── bootstrap.js
└── bootstrap.min.js