@unsass/breakpoint 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -5
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [2.1.2](https://github.com/unsass/breakpoint/compare/v2.1.1...v2.1.2) (2022-08-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* packages vulnerabilities ([0c9ccef](https://github.com/unsass/breakpoint/commit/0c9ccef96576a31d57ea9af0ac4365a2e886c854))
|
|
11
|
+
|
|
5
12
|
## [2.1.1](https://github.com/unsass/breakpoint/compare/v2.1.0...v2.1.1) (2022-07-22)
|
|
6
13
|
|
|
7
14
|
|
package/README.md
CHANGED
|
@@ -6,11 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## Introduction
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
> **Note:** this is new code moved
|
|
12
|
-
> from [`@sass-collective/breakpoint`](https://github.com/sass-collective/sass-collective/tree/master/packages/breakpoint)
|
|
13
|
-
> repository.
|
|
9
|
+
Sass functions and mixins to use media queries rules.
|
|
14
10
|
|
|
15
11
|
## Installing
|
|
16
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unsass/breakpoint",
|
|
3
|
-
"version": "2.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.1.2",
|
|
4
|
+
"description": "Sass functions and mixins to use media queries rules.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint:css": "stylelint --fix \"**/*.scss\"",
|
|
7
7
|
"lint": "npm-run-all --parallel lint:*",
|
|
@@ -25,17 +25,18 @@
|
|
|
25
25
|
"npm-run-all": "^4.1.5",
|
|
26
26
|
"sass-true": "^6.1.0",
|
|
27
27
|
"semantic-release": "^19.0.3",
|
|
28
|
-
"stylelint": "^14.
|
|
28
|
+
"stylelint": "^14.10.0",
|
|
29
29
|
"stylelint-config-unsass": "^1.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"sass": "^1.52.3"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
|
+
"sass",
|
|
35
36
|
"breakpoint",
|
|
37
|
+
"media queries",
|
|
38
|
+
"media query",
|
|
36
39
|
"unsass",
|
|
37
|
-
"sass",
|
|
38
|
-
"css",
|
|
39
40
|
"front-end"
|
|
40
41
|
],
|
|
41
42
|
"license": "MIT",
|