diff options
| author | Lucas Banegas <[email protected]> | 2017-10-13 08:34:43 -0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-13 14:34:43 +0300 |
| commit | 71e60e1f85e3e822bb62a919bfb9b1d4e5d7f29b (patch) | |
| tree | 7876ac6e37f24f3ad1b22773e936923d6d819d9a /README.md | |
| parent | 03522fee489b812a02dd380f3bc5238c0a0cd6a1 (diff) | |
| download | bootstrap-71e60e1f85e3e822bb62a919bfb9b1d4e5d7f29b.tar.xz bootstrap-71e60e1f85e3e822bb62a919bfb9b1d4e5d7f29b.zip | |
Describe compiled CSS (#24271)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
