bootstrap-scss 5.2.2 → 5.2.3

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE CHANGED
@@ -1,22 +1,22 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2011-2022 Twitter, Inc.
4
- Copyright (c) 2011-2022 The Bootstrap Authors
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in
14
- all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2011-2022 Twitter, Inc.
4
+ Copyright (c) 2011-2022 The Bootstrap Authors
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
package/README.md CHANGED
@@ -1,84 +1,84 @@
1
- # Bootstrap SCSS
2
-
3
- > Bootstrap's SCSS files (only)
4
-
5
- <p align="center">
6
- <a href="https://getbootstrap.com/">
7
- <img src="https://getbootstrap.com/docs/5.2/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
8
- </a>
9
- </p>
10
-
11
- <h3 align="center">Bootstrap</h3>
12
-
13
- <p align="center">
14
- Sleek, intuitive, and powerful front-end framework for faster and easier web development.
15
- <br>
16
- <a href="https://getbootstrap.com/docs/5.2/"><strong>Explore Bootstrap docs »</strong></a>
17
- <br>
18
- <br>
19
- <a href="https://github.com/twbs/bootstrap/issues/new?template=bug_report.md">Report bug</a>
20
- ·
21
- <a href="https://github.com/twbs/bootstrap/issues/new?template=feature_request.md">Request feature</a>
22
- ·
23
- <a href="https://themes.getbootstrap.com/">Themes</a>
24
- ·
25
- <a href="https://blog.getbootstrap.com/">Blog</a>
26
- </p>
27
-
28
- <br>
29
-
30
- ## Table of contents
31
-
32
- - [Quick start](#quick-start)
33
- - [Status](#status)
34
- - [What's included](#whats-included)
35
- - [Documentation](#documentation)
36
- - [Versioning](#versioning)
37
- - [Copyright and license](#copyright-and-license)
38
-
39
- ## Quick start
40
-
41
- Several quick start options are available:
42
-
43
- - Install with [npm](https://www.npmjs.com/): `npm install bootstrap-scss`
44
- - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap-scss`
45
-
46
- Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
47
-
48
- ## Status
49
-
50
- [![npm version](https://img.shields.io/npm/v/bootstrap-scss.svg)](https://www.npmjs.com/package/bootstrap-scss)
51
-
52
- ## What's included
53
-
54
- Within this package you'll find the following directories and files, logically grouping common assets and providing only SCSS variations. You'll see something like this:
55
-
56
- ```
57
- bootstrap-scss/
58
- ├── bootstrap.scss
59
- ├── bootstrap-grid.scss
60
- ├── bootstrap-reboot.scss
61
- ├── bootstrap-utilities.css
62
- ├── mixins/
63
- │ └─ ...
64
- └── utilities/
65
- └─ ...
66
- └── vendor/
67
- └─ ...
68
- ```
69
-
70
- ## Documentation
71
-
72
- [Bootstrap's official documentation](https://getbootstrap.com/) powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/).
73
-
74
- ## Versioning
75
-
76
- For simplicity, this project will use the same version numbers as Bootstrap.
77
-
78
- ## Changelog
79
-
80
- https://github.com/twbs/bootstrap/releases/tag/v5.2.2
81
-
82
- ## Copyright and license
83
-
84
- Code and documentation copyright 2011-2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE).
1
+ # Bootstrap SCSS
2
+
3
+ > Bootstrap's SCSS files (only)
4
+
5
+ <p align="center">
6
+ <a href="https://getbootstrap.com/">
7
+ <img src="https://getbootstrap.com/docs/5.2/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
8
+ </a>
9
+ </p>
10
+
11
+ <h3 align="center">Bootstrap</h3>
12
+
13
+ <p align="center">
14
+ Sleek, intuitive, and powerful front-end framework for faster and easier web development.
15
+ <br>
16
+ <a href="https://getbootstrap.com/docs/5.2/"><strong>Explore Bootstrap docs »</strong></a>
17
+ <br>
18
+ <br>
19
+ <a href="https://github.com/twbs/bootstrap/issues/new?template=bug_report.md">Report bug</a>
20
+ ·
21
+ <a href="https://github.com/twbs/bootstrap/issues/new?template=feature_request.md">Request feature</a>
22
+ ·
23
+ <a href="https://themes.getbootstrap.com/">Themes</a>
24
+ ·
25
+ <a href="https://blog.getbootstrap.com/">Blog</a>
26
+ </p>
27
+
28
+ <br>
29
+
30
+ ## Table of contents
31
+
32
+ - [Quick start](#quick-start)
33
+ - [Status](#status)
34
+ - [What's included](#whats-included)
35
+ - [Documentation](#documentation)
36
+ - [Versioning](#versioning)
37
+ - [Copyright and license](#copyright-and-license)
38
+
39
+ ## Quick start
40
+
41
+ Several quick start options are available:
42
+
43
+ - Install with [npm](https://www.npmjs.com/): `npm install bootstrap-scss`
44
+ - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap-scss`
45
+
46
+ Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
47
+
48
+ ## Status
49
+
50
+ [![npm version](https://img.shields.io/npm/v/bootstrap-scss.svg)](https://www.npmjs.com/package/bootstrap-scss)
51
+
52
+ ## What's included
53
+
54
+ Within this package you'll find the following directories and files, logically grouping common assets and providing only SCSS variations. You'll see something like this:
55
+
56
+ ```
57
+ bootstrap-scss/
58
+ ├── bootstrap.scss
59
+ ├── bootstrap-grid.scss
60
+ ├── bootstrap-reboot.scss
61
+ ├── bootstrap-utilities.css
62
+ ├── mixins/
63
+ │ └─ ...
64
+ └── utilities/
65
+ └─ ...
66
+ └── vendor/
67
+ └─ ...
68
+ ```
69
+
70
+ ## Documentation
71
+
72
+ [Bootstrap's official documentation](https://getbootstrap.com/) powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/).
73
+
74
+ ## Versioning
75
+
76
+ For simplicity, this project will use the same version numbers as Bootstrap.
77
+
78
+ ## Changelog
79
+
80
+ https://github.com/twbs/bootstrap/releases/tag/v5.2.3
81
+
82
+ ## Copyright and license
83
+
84
+ Code and documentation copyright 2011-2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE).
package/_carousel.scss CHANGED
@@ -42,7 +42,6 @@
42
42
  display: block;
43
43
  }
44
44
 
45
- /* rtl:begin:ignore */
46
45
  .carousel-item-next:not(.carousel-item-start),
47
46
  .active.carousel-item-end {
48
47
  transform: translateX(100%);
@@ -53,8 +52,6 @@
53
52
  transform: translateX(-100%);
54
53
  }
55
54
 
56
- /* rtl:end:ignore */
57
-
58
55
 
59
56
  //
60
57
  // Alternate transitions
package/_functions.scss CHANGED
@@ -198,7 +198,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003
198
198
  // Return opaque color
199
199
  // opaque(#fff, rgba(0, 0, 0, .5)) => #808080
200
200
  @function opaque($background, $foreground) {
201
- @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);
201
+ @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100%);
202
202
  }
203
203
 
204
204
  // scss-docs-start color-functions
@@ -8,6 +8,9 @@
8
8
  @import "mixins";
9
9
  @import "utilities";
10
10
 
11
+ // Layout & components
12
+ @import "root";
13
+
11
14
  // Helpers
12
15
  @import "helpers";
13
16
 
@@ -1,6 +1,6 @@
1
1
  @mixin bsBanner($file) {
2
2
  /*!
3
- * Bootstrap #{$file} v5.2.2 (https://getbootstrap.com/)
3
+ * Bootstrap #{$file} v5.2.3 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2022 The Bootstrap Authors
5
5
  * Copyright 2011-2022 Twitter, Inc.
6
6
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
- {
2
- "name": "bootstrap-scss",
3
- "version": "5.2.2",
4
- "description": "Bootstrap's SCSS files (only)",
5
- "main": "bootstrap.scss",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/crissdev/bootstrap-scss.git"
9
- },
10
- "bugs": {
11
- "url": "https://github.com/crissdev/bootstrap-scss/issues"
12
- },
13
- "keywords": [
14
- "bootstrap",
15
- "bootstrap-scss",
16
- "responsive",
17
- "scss"
18
- ],
19
- "author": {
20
- "name": "Cristian Trifan",
21
- "url": "https://crissdev.com",
22
- "email": "criss.trifan@gmail.com"
23
- },
24
- "license": "MIT",
25
- "homepage": "https://github.com/crissdev/bootstrap-scss"
26
- }
1
+ {
2
+ "name": "bootstrap-scss",
3
+ "version": "5.2.3",
4
+ "description": "Bootstrap's SCSS files (only)",
5
+ "main": "bootstrap.scss",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/crissdev/bootstrap-scss.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/crissdev/bootstrap-scss/issues"
12
+ },
13
+ "keywords": [
14
+ "bootstrap",
15
+ "bootstrap-scss",
16
+ "responsive",
17
+ "scss"
18
+ ],
19
+ "author": {
20
+ "name": "Cristian Trifan",
21
+ "url": "https://crissdev.com",
22
+ "email": "criss.trifan@gmail.com"
23
+ },
24
+ "license": "MIT",
25
+ "homepage": "https://github.com/crissdev/bootstrap-scss"
26
+ }