diff options
| author | julian-hecker <[email protected]> | 2019-07-13 11:09:01 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-22 16:51:45 +0300 |
| commit | c69326dd6b53a8345f8f255586de2b318350eb0c (patch) | |
| tree | 3770d3be3d865415fb73f4718708446124b43b58 | |
| parent | 65446dc7dedf23019a16bb73e8abdd9c2a53cf12 (diff) | |
| download | bootstrap-c69326dd6b53a8345f8f255586de2b318350eb0c.tar.xz bootstrap-c69326dd6b53a8345f8f255586de2b318350eb0c.zip | |
Add bootstrap-utilities.scss
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | scss/bootstrap-utilities.scss | 22 | ||||
| -rw-r--r-- | site/content/docs/4.3/getting-started/contents.md | 4 |
3 files changed, 30 insertions, 0 deletions
@@ -86,6 +86,10 @@ bootstrap/ │ ├── bootstrap-reboot.css.map │ ├── bootstrap-reboot.min.css │ ├── bootstrap-reboot.min.css.map + │ ├── bootstrap-utilities.css + │ ├── bootstrap-utilities.css.map + │ ├── bootstrap-utilities.min.css + │ ├── bootstrap-utilities.min.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css diff --git a/scss/bootstrap-utilities.scss b/scss/bootstrap-utilities.scss new file mode 100644 index 000000000..c3a859b43 --- /dev/null +++ b/scss/bootstrap-utilities.scss @@ -0,0 +1,22 @@ +/*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) +**/ + + +// Configuration + +@import "functions"; +@import "variables"; +@import "mixins"; +@import "utilities"; + + +// Utilities + +@import "utilities/api"; +@import "utilities/sizing"; +@import "utilities/text"; +@import "utilities/visibility"; diff --git a/site/content/docs/4.3/getting-started/contents.md b/site/content/docs/4.3/getting-started/contents.md index e885f371e..d52fe696e 100644 --- a/site/content/docs/4.3/getting-started/contents.md +++ b/site/content/docs/4.3/getting-started/contents.md @@ -23,6 +23,10 @@ bootstrap/ │ ├── bootstrap-reboot.css.map │ ├── bootstrap-reboot.min.css │ ├── bootstrap-reboot.min.css.map +│ ├── bootstrap-utilities.css +│ ├── bootstrap-utilities.css.map +│ ├── bootstrap-utilities.min.css +│ ├── bootstrap-utilities.min.css.map │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css |
