diff options
-rw-r--r-- | package.json | 6 | ||||
-rw-r--r-- | src/_config.scss | 5 | ||||
-rw-r--r-- | src/_declare-vars.scss | 89 | ||||
-rw-r--r-- | src/_utils.scss | 4 | ||||
-rw-r--r-- | src/layouts/_container.scss | 4 | ||||
-rw-r--r-- | yarn.lock | 119 |
6 files changed, 124 insertions, 103 deletions
diff --git a/package.json b/package.json index 6b07da6..33d0a79 100644 --- a/package.json +++ b/package.json | |||
@@ -24,11 +24,11 @@ | |||
24 | }, | 24 | }, |
25 | "devDependencies": { | 25 | "devDependencies": { |
26 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git", | 26 | "iro-icons": "git+https://git.vulpes.one/git/iro-icons.git", |
27 | "postcss-scss": "^4.0.3", | 27 | "postcss-scss": "^4.0.4", |
28 | "pug": "^3.0.0", | 28 | "pug": "^3.0.0", |
29 | "pug-cli": "^1.0.0-alpha6", | 29 | "pug-cli": "^1.0.0-alpha6", |
30 | "sass": "^1.49.9", | 30 | "sass": "^1.52.3", |
31 | "stylelint": "^14.6.1", | 31 | "stylelint": "^14.9.1", |
32 | "stylelint-config-sass-guidelines": "^9.0.1", | 32 | "stylelint-config-sass-guidelines": "^9.0.1", |
33 | "svg-sprite": "^1.5.4" | 33 | "svg-sprite": "^1.5.4" |
34 | } | 34 | } |
diff --git a/src/_config.scss b/src/_config.scss index 26a1ad4..efb5746 100644 --- a/src/_config.scss +++ b/src/_config.scss | |||
@@ -1,4 +1,5 @@ | |||
1 | @use 'iro-sass/src/index' as iro; | 1 | @use 'iro-sass/src/index' as iro; |
2 | @use 'iro-sass/src/responsive' as res; | ||
2 | @use 'include-media/dist/include-media' as media; | 3 | @use 'include-media/dist/include-media' as media; |
3 | 4 | ||
4 | iro.$vars-root-size: 16px; | 5 | iro.$vars-root-size: 16px; |
@@ -6,7 +7,7 @@ iro.$vars-root-size: 16px; | |||
6 | media.$breakpoints: ( | 7 | media.$breakpoints: ( |
7 | lg: 1340px, | 8 | lg: 1340px, |
8 | md: 900px, | 9 | md: 900px, |
9 | sm: 600px, | 10 | sm: 620px, |
10 | xs: 400px, | 11 | xs: 400px, |
11 | ); | 12 | ); |
12 | 13 | ||
@@ -17,6 +18,8 @@ media.$unit-intervals: ( | |||
17 | '': 0 | 18 | '': 0 |
18 | ); | 19 | ); |
19 | 20 | ||
21 | res.$named-viewports: media.$breakpoints; | ||
22 | |||
20 | $wanted-grays: ( | 23 | $wanted-grays: ( |
21 | --1: -1.2, | 24 | --1: -1.2, |
22 | --2: -1.1, | 25 | --2: -1.1, |
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index ae423c1..6f52186 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
@@ -6,51 +6,50 @@ | |||
6 | @include iro.props-store(( | 6 | @include iro.props-store(( |
7 | --dims: ( | 7 | --dims: ( |
8 | --size: ( | 8 | --size: ( |
9 | --0: 0, | 9 | --0: 0, |
10 | --10: iro.fn-px-to-rem(1px), | 10 | --10: iro.fn-px-to-rem(1px), |
11 | --25: iro.fn-px-to-rem(2px), | 11 | --25: iro.fn-px-to-rem(2px), |
12 | --40: iro.fn-px-to-rem(3px), | 12 | --40: iro.fn-px-to-rem(3px), |
13 | --50: iro.fn-px-to-rem(4px), | 13 | --50: iro.fn-px-to-rem(4px), |
14 | --65: iro.fn-px-to-rem(5px), | 14 | --65: iro.fn-px-to-rem(5px), |
15 | --75: iro.fn-px-to-rem(6px), | 15 | --75: iro.fn-px-to-rem(6px), |
16 | --85: iro.fn-px-to-rem(7px), | 16 | --85: iro.fn-px-to-rem(7px), |
17 | --100: iro.fn-px-to-rem(8px), | 17 | --100: iro.fn-px-to-rem(8px), |
18 | --115: iro.fn-px-to-rem(9px), | 18 | --115: iro.fn-px-to-rem(9px), |
19 | --125: iro.fn-px-to-rem(10px), | 19 | --125: iro.fn-px-to-rem(10px), |
20 | --130: iro.fn-px-to-rem(11px), | 20 | --130: iro.fn-px-to-rem(11px), |
21 | --150: iro.fn-px-to-rem(12px), | 21 | --150: iro.fn-px-to-rem(12px), |
22 | --160: iro.fn-px-to-rem(13px), | 22 | --160: iro.fn-px-to-rem(13px), |
23 | --175: iro.fn-px-to-rem(14px), | 23 | --175: iro.fn-px-to-rem(14px), |
24 | --200: iro.fn-px-to-rem(16px), | 24 | --200: iro.fn-px-to-rem(16px), |
25 | --225: iro.fn-px-to-rem(18px), | 25 | --225: iro.fn-px-to-rem(18px), |
26 | --250: iro.fn-px-to-rem(20px), | 26 | --250: iro.fn-px-to-rem(20px), |
27 | --275: iro.fn-px-to-rem(22px), | 27 | --275: iro.fn-px-to-rem(22px), |
28 | --300: iro.fn-px-to-rem(24px), | 28 | --300: iro.fn-px-to-rem(24px), |
29 | --325: iro.fn-px-to-rem(26px), | 29 | --325: iro.fn-px-to-rem(26px), |
30 | --400: iro.fn-px-to-rem(32px), | 30 | --400: iro.fn-px-to-rem(32px), |
31 | --450: iro.fn-px-to-rem(36px), | 31 | --450: iro.fn-px-to-rem(36px), |
32 | --500: iro.fn-px-to-rem(40px), | 32 | --500: iro.fn-px-to-rem(40px), |
33 | --550: iro.fn-px-to-rem(44px), | 33 | --550: iro.fn-px-to-rem(44px), |
34 | --600: iro.fn-px-to-rem(48px), | 34 | --600: iro.fn-px-to-rem(48px), |
35 | --700: iro.fn-px-to-rem(56px), | 35 | --700: iro.fn-px-to-rem(56px), |
36 | --800: iro.fn-px-to-rem(64px), | 36 | --800: iro.fn-px-to-rem(64px), |
37 | --900: iro.fn-px-to-rem(72px), | 37 | --900: iro.fn-px-to-rem(72px), |
38 | --1000: iro.fn-px-to-rem(80px), | 38 | --1000: iro.fn-px-to-rem(80px), |
39 | --1200: iro.fn-px-to-rem(96px), | 39 | --1200: iro.fn-px-to-rem(96px), |
40 | --1700: iro.fn-px-to-rem(136px), | 40 | --1700: iro.fn-px-to-rem(136px), |
41 | --2400: iro.fn-px-to-rem(192px), | 41 | --2400: iro.fn-px-to-rem(192px), |
42 | --2500: iro.fn-px-to-rem(200px), | 42 | --2500: iro.fn-px-to-rem(200px), |
43 | --2600: iro.fn-px-to-rem(208px), | 43 | --2600: iro.fn-px-to-rem(208px), |
44 | --2800: iro.fn-px-to-rem(224px), | 44 | --2800: iro.fn-px-to-rem(224px), |
45 | --3200: iro.fn-px-to-rem(256px), | 45 | --3200: iro.fn-px-to-rem(256px), |
46 | --3400: iro.fn-px-to-rem(272px), | 46 | --3400: iro.fn-px-to-rem(272px), |
47 | --3500: iro.fn-px-to-rem(280px), | 47 | --3500: iro.fn-px-to-rem(280px), |
48 | --3600: iro.fn-px-to-rem(288px), | 48 | --3600: iro.fn-px-to-rem(288px), |
49 | --3800: iro.fn-px-to-rem(304px), | 49 | --3800: iro.fn-px-to-rem(304px), |
50 | --4600: iro.fn-px-to-rem(368px), | 50 | --4600: iro.fn-px-to-rem(368px), |
51 | --5000: iro.fn-px-to-rem(400px), | 51 | --5000: iro.fn-px-to-rem(400px), |
52 | --6000: iro.fn-px-to-rem(480px), | 52 | --6000: iro.fn-px-to-rem(480px), |
53 | --16000: iro.fn-px-to-rem(1280px), | ||
54 | ), | 53 | ), |
55 | 54 | ||
56 | --font: ( | 55 | --font: ( |
diff --git a/src/_utils.scss b/src/_utils.scss index a20bde3..50c67e1 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -14,6 +14,10 @@ $dirs: ( | |||
14 | display: block; | 14 | display: block; |
15 | } | 15 | } |
16 | 16 | ||
17 | @include iro.bem-utility('d-inline-block') { | ||
18 | display: inline-block; | ||
19 | } | ||
20 | |||
17 | @include iro.bem-utility('d-contents') { | 21 | @include iro.bem-utility('d-contents') { |
18 | display: contents; | 22 | display: contents; |
19 | } | 23 | } |
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index 42d1281..52acfb8 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
@@ -4,8 +4,8 @@ | |||
4 | @include iro.props-namespace('container') { | 4 | @include iro.props-namespace('container') { |
5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
6 | --dims: ( | 6 | --dims: ( |
7 | --width: iro.fn-px-to-rem(700px), | 7 | --width: iro.fn-px-to-rem(620px), |
8 | --width-50: iro.fn-px-to-rem(360px), | 8 | --width-50: iro.fn-px-to-rem(320px), |
9 | --pad-x: fn.global-dim(--size --400), | 9 | --pad-x: fn.global-dim(--size --400), |
10 | --pad-y: fn.global-dim(--size --800), | 10 | --pad-y: fn.global-dim(--size --800), |
11 | ) | 11 | ) |
@@ -36,6 +36,11 @@ | |||
36 | "@babel/helper-validator-identifier" "^7.16.7" | 36 | "@babel/helper-validator-identifier" "^7.16.7" |
37 | to-fast-properties "^2.0.0" | 37 | to-fast-properties "^2.0.0" |
38 | 38 | ||
39 | "@csstools/selector-specificity@^2.0.1": | ||
40 | version "2.0.1" | ||
41 | resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz#b6b8d81780b9a9f6459f4bfe9226ac6aefaefe87" | ||
42 | integrity sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA== | ||
43 | |||
39 | "@dabh/diagnostics@^2.0.2": | 44 | "@dabh/diagnostics@^2.0.2": |
40 | version "2.0.2" | 45 | version "2.0.2" |
41 | resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31" | 46 | resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31" |
@@ -325,7 +330,7 @@ brace-expansion@^1.1.7: | |||
325 | balanced-match "^1.0.0" | 330 | balanced-match "^1.0.0" |
326 | concat-map "0.0.1" | 331 | concat-map "0.0.1" |
327 | 332 | ||
328 | braces@^3.0.1, braces@~3.0.2: | 333 | braces@^3.0.1, braces@^3.0.2, braces@~3.0.2: |
329 | version "3.0.2" | 334 | version "3.0.2" |
330 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" | 335 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" |
331 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | 336 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
@@ -623,10 +628,10 @@ cosmiconfig@^7.0.1: | |||
623 | path-type "^4.0.0" | 628 | path-type "^4.0.0" |
624 | yaml "^1.10.0" | 629 | yaml "^1.10.0" |
625 | 630 | ||
626 | css-functions-list@^3.0.1: | 631 | css-functions-list@^3.1.0: |
627 | version "3.0.1" | 632 | version "3.1.0" |
628 | resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.0.1.tgz#1460df7fb584d1692c30b105151dbb988c8094f9" | 633 | resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.1.0.tgz#cf5b09f835ad91a00e5959bcfc627cd498e1321b" |
629 | integrity sha512-PriDuifDt4u4rkDgnqRCLnjfMatufLmWNfQnGCq34xZwpY3oabwhB9SqRBmuvWUgndbemCFlKqg+nO7C2q0SBw== | 634 | integrity sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w== |
630 | 635 | ||
631 | css-select-base-adapter@^0.1.1: | 636 | css-select-base-adapter@^0.1.1: |
632 | version "0.1.1" | 637 | version "0.1.1" |
@@ -1185,10 +1190,10 @@ hosted-git-info@^4.0.1: | |||
1185 | dependencies: | 1190 | dependencies: |
1186 | lru-cache "^6.0.0" | 1191 | lru-cache "^6.0.0" |
1187 | 1192 | ||
1188 | html-tags@^3.1.0: | 1193 | html-tags@^3.2.0: |
1189 | version "3.1.0" | 1194 | version "3.2.0" |
1190 | resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" | 1195 | resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961" |
1191 | integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== | 1196 | integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg== |
1192 | 1197 | ||
1193 | http-signature@~1.2.0: | 1198 | http-signature@~1.2.0: |
1194 | version "1.2.0" | 1199 | version "1.2.0" |
@@ -1270,7 +1275,7 @@ internal-slot@^1.0.3: | |||
1270 | 1275 | ||
1271 | "iro-sass@git+https://git.vulpes.one/git/iro-sass.git": | 1276 | "iro-sass@git+https://git.vulpes.one/git/iro-sass.git": |
1272 | version "1.0.2" | 1277 | version "1.0.2" |
1273 | resolved "git+https://git.vulpes.one/git/iro-sass.git#ac1f3da1da7759d8537b60a7f6b5ceb1a30a361e" | 1278 | resolved "git+https://git.vulpes.one/git/iro-sass.git#6fbe16c8e9c1e2932dbe47d7a82d4c3fada035bf" |
1274 | 1279 | ||
1275 | is-arrayish@^0.2.1: | 1280 | is-arrayish@^0.2.1: |
1276 | version "0.2.1" | 1281 | version "0.2.1" |
@@ -1559,10 +1564,10 @@ klaw@^1.0.0: | |||
1559 | optionalDependencies: | 1564 | optionalDependencies: |
1560 | graceful-fs "^4.1.9" | 1565 | graceful-fs "^4.1.9" |
1561 | 1566 | ||
1562 | known-css-properties@^0.24.0: | 1567 | known-css-properties@^0.25.0: |
1563 | version "0.24.0" | 1568 | version "0.25.0" |
1564 | resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.24.0.tgz#19aefd85003ae5698a5560d2b55135bf5432155c" | 1569 | resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.25.0.tgz#6ebc4d4b412f602e5cfbeb4086bd544e34c0a776" |
1565 | integrity sha512-RTSoaUAfLvpR357vWzAz/50Q/BmHfmE6ETSWfutT0AJiw10e6CmcdYRQJlLRd95B53D0Y2aD1jSxD3V3ySF+PA== | 1570 | integrity sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA== |
1566 | 1571 | ||
1567 | kuler@^2.0.0: | 1572 | kuler@^2.0.0: |
1568 | version "2.0.0" | 1573 | version "2.0.0" |
@@ -1675,6 +1680,14 @@ micromatch@^4.0.4: | |||
1675 | braces "^3.0.1" | 1680 | braces "^3.0.1" |
1676 | picomatch "^2.2.3" | 1681 | picomatch "^2.2.3" |
1677 | 1682 | ||
1683 | micromatch@^4.0.5: | ||
1684 | version "4.0.5" | ||
1685 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" | ||
1686 | integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== | ||
1687 | dependencies: | ||
1688 | braces "^3.0.2" | ||
1689 | picomatch "^2.3.1" | ||
1690 | |||
1678 | mime-db@1.51.0: | 1691 | mime-db@1.51.0: |
1679 | version "1.51.0" | 1692 | version "1.51.0" |
1680 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" | 1693 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c" |
@@ -1745,10 +1758,10 @@ nanoid@^3.2.0: | |||
1745 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" | 1758 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" |
1746 | integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== | 1759 | integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== |
1747 | 1760 | ||
1748 | nanoid@^3.3.1: | 1761 | nanoid@^3.3.4: |
1749 | version "3.3.1" | 1762 | version "3.3.4" |
1750 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35" | 1763 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" |
1751 | integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw== | 1764 | integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== |
1752 | 1765 | ||
1753 | normalize-package-data@^2.5.0: | 1766 | normalize-package-data@^2.5.0: |
1754 | version "2.5.0" | 1767 | version "2.5.0" |
@@ -1775,11 +1788,6 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: | |||
1775 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" | 1788 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" |
1776 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== | 1789 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== |
1777 | 1790 | ||
1778 | normalize-selector@^0.2.0: | ||
1779 | version "0.2.0" | ||
1780 | resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03" | ||
1781 | integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM= | ||
1782 | |||
1783 | nth-check@^1.0.2: | 1791 | nth-check@^1.0.2: |
1784 | version "1.0.2" | 1792 | version "1.0.2" |
1785 | resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" | 1793 | resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" |
@@ -1935,7 +1943,7 @@ picocolors@^1.0.0: | |||
1935 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" | 1943 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
1936 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== | 1944 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
1937 | 1945 | ||
1938 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: | 1946 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: |
1939 | version "2.3.1" | 1947 | version "2.3.1" |
1940 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" | 1948 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
1941 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== | 1949 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
@@ -1967,12 +1975,25 @@ postcss-safe-parser@^6.0.0: | |||
1967 | resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#bb4c29894171a94bc5c996b9a30317ef402adaa1" | 1975 | resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#bb4c29894171a94bc5c996b9a30317ef402adaa1" |
1968 | integrity sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== | 1976 | integrity sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== |
1969 | 1977 | ||
1970 | postcss-scss@^4.0.2, postcss-scss@^4.0.3: | 1978 | postcss-scss@^4.0.2: |
1971 | version "4.0.3" | 1979 | version "4.0.3" |
1972 | resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.3.tgz#36c23c19a804274e722e83a54d20b838ab4767ac" | 1980 | resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.3.tgz#36c23c19a804274e722e83a54d20b838ab4767ac" |
1973 | integrity sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA== | 1981 | integrity sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA== |
1974 | 1982 | ||
1975 | postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.9: | 1983 | postcss-scss@^4.0.4: |
1984 | version "4.0.4" | ||
1985 | resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.4.tgz#aa8f60e19ee18259bc193db9e4b96edfce3f3b1f" | ||
1986 | integrity sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg== | ||
1987 | |||
1988 | postcss-selector-parser@^6.0.10: | ||
1989 | version "6.0.10" | ||
1990 | resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" | ||
1991 | integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== | ||
1992 | dependencies: | ||
1993 | cssesc "^3.0.0" | ||
1994 | util-deprecate "^1.0.2" | ||
1995 | |||
1996 | postcss-selector-parser@^6.0.6: | ||
1976 | version "6.0.9" | 1997 | version "6.0.9" |
1977 | resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" | 1998 | resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f" |
1978 | integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== | 1999 | integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ== |
@@ -1999,12 +2020,12 @@ postcss@^8.3.11: | |||
1999 | picocolors "^1.0.0" | 2020 | picocolors "^1.0.0" |
2000 | source-map-js "^1.0.2" | 2021 | source-map-js "^1.0.2" |
2001 | 2022 | ||
2002 | postcss@^8.4.12: | 2023 | postcss@^8.4.14: |
2003 | version "8.4.12" | 2024 | version "8.4.14" |
2004 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905" | 2025 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" |
2005 | integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg== | 2026 | integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== |
2006 | dependencies: | 2027 | dependencies: |
2007 | nanoid "^3.3.1" | 2028 | nanoid "^3.3.4" |
2008 | picocolors "^1.0.0" | 2029 | picocolors "^1.0.0" |
2009 | source-map-js "^1.0.2" | 2030 | source-map-js "^1.0.2" |
2010 | 2031 | ||
@@ -2472,10 +2493,10 @@ safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: | |||
2472 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | 2493 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" |
2473 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | 2494 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== |
2474 | 2495 | ||
2475 | sass@^1.49.9: | 2496 | sass@^1.52.3: |
2476 | version "1.49.9" | 2497 | version "1.52.3" |
2477 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9" | 2498 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb" |
2478 | integrity sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A== | 2499 | integrity sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA== |
2479 | dependencies: | 2500 | dependencies: |
2480 | chokidar ">=3.0.0 <4.0.0" | 2501 | chokidar ">=3.0.0 <4.0.0" |
2481 | immutable "^4.0.0" | 2502 | immutable "^4.0.0" |
@@ -2579,11 +2600,6 @@ spdx-license-ids@^3.0.0: | |||
2579 | resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" | 2600 | resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" |
2580 | integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== | 2601 | integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== |
2581 | 2602 | ||
2582 | specificity@^0.4.1: | ||
2583 | version "0.4.1" | ||
2584 | resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019" | ||
2585 | integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg== | ||
2586 | |||
2587 | sprintf-js@~1.0.2: | 2603 | sprintf-js@~1.0.2: |
2588 | version "1.0.3" | 2604 | version "1.0.3" |
2589 | resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" | 2605 | resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" |
@@ -2707,15 +2723,16 @@ stylelint-scss@^4.0.0: | |||
2707 | postcss-selector-parser "^6.0.6" | 2723 | postcss-selector-parser "^6.0.6" |
2708 | postcss-value-parser "^4.1.0" | 2724 | postcss-value-parser "^4.1.0" |
2709 | 2725 | ||
2710 | stylelint@^14.6.1: | 2726 | stylelint@^14.9.1: |
2711 | version "14.6.1" | 2727 | version "14.9.1" |
2712 | resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.6.1.tgz#aff137b0254515fc36b91921d88a3eb2edc194bf" | 2728 | resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.9.1.tgz#6494ed38f148b1e75b402d678a3b6a8aae86dfda" |
2713 | integrity sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q== | 2729 | integrity sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA== |
2714 | dependencies: | 2730 | dependencies: |
2731 | "@csstools/selector-specificity" "^2.0.1" | ||
2715 | balanced-match "^2.0.0" | 2732 | balanced-match "^2.0.0" |
2716 | colord "^2.9.2" | 2733 | colord "^2.9.2" |
2717 | cosmiconfig "^7.0.1" | 2734 | cosmiconfig "^7.0.1" |
2718 | css-functions-list "^3.0.1" | 2735 | css-functions-list "^3.1.0" |
2719 | debug "^4.3.4" | 2736 | debug "^4.3.4" |
2720 | execall "^2.0.0" | 2737 | execall "^2.0.0" |
2721 | fast-glob "^3.2.11" | 2738 | fast-glob "^3.2.11" |
@@ -2725,26 +2742,24 @@ stylelint@^14.6.1: | |||
2725 | global-modules "^2.0.0" | 2742 | global-modules "^2.0.0" |
2726 | globby "^11.1.0" | 2743 | globby "^11.1.0" |
2727 | globjoin "^0.1.4" | 2744 | globjoin "^0.1.4" |
2728 | html-tags "^3.1.0" | 2745 | html-tags "^3.2.0" |
2729 | ignore "^5.2.0" | 2746 | ignore "^5.2.0" |
2730 | import-lazy "^4.0.0" | 2747 | import-lazy "^4.0.0" |
2731 | imurmurhash "^0.1.4" | 2748 | imurmurhash "^0.1.4" |
2732 | is-plain-object "^5.0.0" | 2749 | is-plain-object "^5.0.0" |
2733 | known-css-properties "^0.24.0" | 2750 | known-css-properties "^0.25.0" |
2734 | mathml-tag-names "^2.1.3" | 2751 | mathml-tag-names "^2.1.3" |
2735 | meow "^9.0.0" | 2752 | meow "^9.0.0" |
2736 | micromatch "^4.0.4" | 2753 | micromatch "^4.0.5" |
2737 | normalize-path "^3.0.0" | 2754 | normalize-path "^3.0.0" |
2738 | normalize-selector "^0.2.0" | ||
2739 | picocolors "^1.0.0" | 2755 | picocolors "^1.0.0" |
2740 | postcss "^8.4.12" | 2756 | postcss "^8.4.14" |
2741 | postcss-media-query-parser "^0.2.3" | 2757 | postcss-media-query-parser "^0.2.3" |
2742 | postcss-resolve-nested-selector "^0.1.1" | 2758 | postcss-resolve-nested-selector "^0.1.1" |
2743 | postcss-safe-parser "^6.0.0" | 2759 | postcss-safe-parser "^6.0.0" |
2744 | postcss-selector-parser "^6.0.9" | 2760 | postcss-selector-parser "^6.0.10" |
2745 | postcss-value-parser "^4.2.0" | 2761 | postcss-value-parser "^4.2.0" |
2746 | resolve-from "^5.0.0" | 2762 | resolve-from "^5.0.0" |
2747 | specificity "^0.4.1" | ||
2748 | string-width "^4.2.3" | 2763 | string-width "^4.2.3" |
2749 | strip-ansi "^6.0.1" | 2764 | strip-ansi "^6.0.1" |
2750 | style-search "^0.1.0" | 2765 | style-search "^0.1.0" |