mirror of https://github.com/twbs/bootstrap.git
Add bootstrap-utilities.scss
This commit is contained in:
parent
65446dc7de
commit
c69326dd6b
|
|
@ -86,6 +86,10 @@ bootstrap/
|
||||||
│ ├── bootstrap-reboot.css.map
|
│ ├── bootstrap-reboot.css.map
|
||||||
│ ├── bootstrap-reboot.min.css
|
│ ├── bootstrap-reboot.min.css
|
||||||
│ ├── bootstrap-reboot.min.css.map
|
│ ├── 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
|
||||||
│ ├── bootstrap.css.map
|
│ ├── bootstrap.css.map
|
||||||
│ ├── bootstrap.min.css
|
│ ├── bootstrap.min.css
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
@ -23,6 +23,10 @@ bootstrap/
|
||||||
│ ├── bootstrap-reboot.css.map
|
│ ├── bootstrap-reboot.css.map
|
||||||
│ ├── bootstrap-reboot.min.css
|
│ ├── bootstrap-reboot.min.css
|
||||||
│ ├── bootstrap-reboot.min.css.map
|
│ ├── 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
|
||||||
│ ├── bootstrap.css.map
|
│ ├── bootstrap.css.map
|
||||||
│ ├── bootstrap.min.css
|
│ ├── bootstrap.min.css
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue