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:
authorvsn4ik <vsn4ik@gmail.com>2014-12-05 20:00:19 +0300
committervsn4ik <vsn4ik@gmail.com>2014-12-05 20:00:19 +0300
commit215fc93096f157ab49edc42baf81641af68aa369 (patch)
treea7e71ee3b939f1495f7b8a68933152ba91960130 /README.md
parent0c5a5563b271a6a15db7452f8f4878d4bd797074 (diff)
Update source maps info in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d8488f1b5..48d5aa51db 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,10 @@ Within the download you'll find the following directories and files, logically g
bootstrap/
├── css/
│ ├── bootstrap.css
+│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
+│ ├── bootstrap-theme.css.map
│ └── bootstrap-theme.min.css
├── js/
│ ├── bootstrap.js
@@ -52,7 +54,7 @@ bootstrap/
└── glyphicons-halflings-regular.woff
```
-We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme.
+We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.