mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Add bootstrap-utilities.scss
This commit is contained in:
@@ -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
|
||||||
|
22
scss/bootstrap-utilities.scss
vendored
Normal file
22
scss/bootstrap-utilities.scss
vendored
Normal file
@@ -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
|
||||||
|
Reference in New Issue
Block a user