@guebbit/css-toolkit 1.4.0 → 1.4.1
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 +1 -0
- package/README.md +37 -0
- package/docs/.vitepress/config.ts +8 -0
- package/docs/.vitepress/dist/404.html +2 -2
- package/docs/.vitepress/dist/assets/{app.L5XIc3SO.js → app.jf3Qn9qL.js} +1 -1
- package/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.CbTBD5fF.js +1 -0
- package/docs/.vitepress/dist/assets/chunks/{VPLocalSearchBox.D9sh6SyY.js → VPLocalSearchBox.B3CAY0xn.js} +1 -1
- package/docs/.vitepress/dist/assets/chunks/{theme.CNmpkBNC.js → theme.rWQpqSL8.js} +2 -2
- package/docs/.vitepress/dist/assets/{colors_bootstrap.md.CoHKBFV-.js → colors_bootstrap.md.AyoUVG26.js} +32 -27
- package/docs/.vitepress/dist/assets/{colors_bootstrap.md.CoHKBFV-.lean.js → colors_bootstrap.md.AyoUVG26.lean.js} +1 -1
- package/docs/.vitepress/dist/assets/functions_breakpoints.md.CELQkNwH.js +63 -0
- package/docs/.vitepress/dist/assets/functions_breakpoints.md.CELQkNwH.lean.js +1 -0
- package/docs/.vitepress/dist/assets/index.md.B50gUndk.js +10 -0
- package/docs/.vitepress/dist/assets/index.md.B50gUndk.lean.js +1 -0
- package/docs/.vitepress/dist/assets/mixins_build-breakpoint.md.DKQMAk7p.js +100 -0
- package/docs/.vitepress/dist/assets/mixins_build-breakpoint.md.DKQMAk7p.lean.js +1 -0
- package/docs/.vitepress/dist/assets/mixins_build-compatibility.md.s8jk3C-J.js +85 -0
- package/docs/.vitepress/dist/assets/{mixins_build-compatibility.md.CmlXWpxv.lean.js → mixins_build-compatibility.md.s8jk3C-J.lean.js} +1 -1
- package/docs/.vitepress/dist/colors/bootstrap.html +35 -30
- package/docs/.vitepress/dist/colors/brands.html +4 -4
- package/docs/.vitepress/dist/colors/customs.html +4 -4
- package/docs/.vitepress/dist/functions/breakpoints.html +87 -0
- package/docs/.vitepress/dist/functions/colors.html +4 -4
- package/docs/.vitepress/dist/functions/helpers.html +5 -5
- package/docs/.vitepress/dist/functions/strings.html +4 -4
- package/docs/.vitepress/dist/hashmap.json +1 -1
- package/docs/.vitepress/dist/index.html +14 -5
- package/docs/.vitepress/dist/mixins/build-aspect-ratio.html +5 -5
- package/docs/.vitepress/dist/mixins/build-breakpoint.html +124 -0
- package/docs/.vitepress/dist/mixins/build-compatibility.html +54 -11
- package/docs/.vitepress/dist/mixins/build-scrollbar.html +5 -5
- package/docs/.vitepress/dist/mixins/create-colors.html +4 -4
- package/docs/.vitepress/dist/mixins/create-helper-margin.html +4 -4
- package/docs/.vitepress/dist/mixins/create-helper-padding.html +4 -4
- package/docs/.vitepress/dist/mixins/create-instruction.html +4 -4
- package/docs/colors/bootstrap.md +11 -0
- package/docs/functions/breakpoints.md +25 -0
- package/docs/mixins/build-breakpoint.md +24 -0
- package/docs/mixins/build-compatibility.md +1 -1
- package/package.json +8 -3
- package/src/colors/_bootstrap.scss +25 -25
- package/src/colors/_index.scss +24 -12
- package/src/functions/_breakpoints.scss +52 -0
- package/src/index.scss +2 -0
- package/src/mixins/_build-breakpoint.scss +90 -0
- package/src/mixins/_build-compatibility.scss +48 -5
- package/test/compile.test.js +23 -9
- package/test/test.scss +23 -0
- package/CHANGELOG +0 -0
- package/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.BjS_jZ-W.js +0 -1
- package/docs/.vitepress/dist/assets/index.md.B1EiZFo_.js +0 -1
- package/docs/.vitepress/dist/assets/index.md.B1EiZFo_.lean.js +0 -1
- package/docs/.vitepress/dist/assets/mixins_build-compatibility.md.CmlXWpxv.js +0 -42
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Changelog
|
package/README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
1
|
# css-toolkit
|
|
2
2
|
|
|
3
3
|
A repository containing helpful SCSS functions, mixins, and utilities for streamlining and standardizing CSS development
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm i @guebbit/css-toolkit
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```scss
|
|
14
|
+
@use "@guebbit/css-toolkit" as guebbit;
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Quick Start
|
|
18
|
+
|
|
19
|
+
```scss
|
|
20
|
+
@use "@guebbit/css-toolkit" as guebbit;
|
|
21
|
+
|
|
22
|
+
.card {
|
|
23
|
+
color: guebbit.color-get(guebbit.$colors-collection, "neutral", "100");
|
|
24
|
+
background: guebbit.color-get(guebbit.$colors-collection, "grey", "900");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.card-title {
|
|
28
|
+
color: guebbit.color-get(guebbit.$colors-collection, "core", "grey");
|
|
29
|
+
}
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Scripts
|
|
33
|
+
|
|
34
|
+
- `npm run complete`: full local checks with auto-fixes
|
|
35
|
+
- `npm run complete:check`: full non-mutating checks
|
|
36
|
+
|
|
37
|
+
## New highlights
|
|
38
|
+
|
|
39
|
+
- Dynamic breakpoint functions and mixins (`breakpoint-get`, `build-breakpoint-*`)
|
|
40
|
+
- Expanded browser compatibility targets (`chrome`, `webkit`, `modern`, `legacy`) with aliases
|
|
@@ -48,6 +48,10 @@ export default defineConfig({
|
|
|
48
48
|
text: "Helpers",
|
|
49
49
|
link: "/functions/helpers.md",
|
|
50
50
|
},
|
|
51
|
+
{
|
|
52
|
+
text: "Breakpoints",
|
|
53
|
+
link: "/functions/breakpoints.md",
|
|
54
|
+
},
|
|
51
55
|
],
|
|
52
56
|
},
|
|
53
57
|
{
|
|
@@ -62,6 +66,10 @@ export default defineConfig({
|
|
|
62
66
|
text: "Build Compatibility",
|
|
63
67
|
link: "/mixins/build-compatibility.md",
|
|
64
68
|
},
|
|
69
|
+
{
|
|
70
|
+
text: "Build Breakpoint",
|
|
71
|
+
link: "/mixins/build-breakpoint.md",
|
|
72
|
+
},
|
|
65
73
|
{
|
|
66
74
|
text: "Build Scrollbar",
|
|
67
75
|
link: "/mixins/build-scrollbar.md",
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
<link rel="preload stylesheet" href="/assets/style.BsKZwvOR.css" as="style">
|
|
10
10
|
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
|
|
11
11
|
|
|
12
|
-
<script type="module" src="/assets/app.
|
|
12
|
+
<script type="module" src="/assets/app.jf3Qn9qL.js"></script>
|
|
13
13
|
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
|
14
14
|
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
|
|
15
15
|
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
|
|
16
16
|
</head>
|
|
17
17
|
<body>
|
|
18
18
|
<div id="app"></div>
|
|
19
|
-
<script>window.__VP_HASH_MAP__=JSON.parse("{\"colors_bootstrap.md\":\"
|
|
19
|
+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"colors_bootstrap.md\":\"AyoUVG26\",\"colors_brands.md\":\"D66byFIK\",\"colors_customs.md\":\"BOrXeoM5\",\"functions_breakpoints.md\":\"CELQkNwH\",\"functions_colors.md\":\"-D_m804_\",\"functions_helpers.md\":\"ByBd49Zv\",\"functions_strings.md\":\"BQe_bdya\",\"index.md\":\"B50gUndk\",\"mixins_build-aspect-ratio.md\":\"ICFUpBeX\",\"mixins_build-breakpoint.md\":\"DKQMAk7p\",\"mixins_build-compatibility.md\":\"s8jk3C-J\",\"mixins_build-scrollbar.md\":\"hZriM4ET\",\"mixins_create-colors.md\":\"D6f2BMAy\",\"mixins_create-helper-margin.md\":\"CFz5if3z\",\"mixins_create-helper-padding.md\":\"Ct06sNMx\",\"mixins_create-instruction.md\":\"B0iVQyHl\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Guebbit SCSS Library\",\"titleTemplate\":\":title - base SCSS plus components\",\"description\":\"Guebbit's personal SCSS Library (MIT license, free to use).\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logotype.svg\",\"siteTitle\":\"SCSS Library\",\"search\":{\"provider\":\"local\"},\"nav\":[{\"text\":\"Github\",\"link\":\"https://github.com/Guebbit/css-toolkit\"}],\"sidebar\":[{\"text\":\"Colors\",\"collapsed\":false,\"items\":[{\"text\":\"Bootstrap\",\"link\":\"/colors/bootstrap.md\"},{\"text\":\"Brands\",\"link\":\"/colors/brands.md\"},{\"text\":\"Gradients\",\"link\":\"/colors/customs.md\"}]},{\"text\":\"Functions\",\"collapsed\":false,\"items\":[{\"text\":\"Colors\",\"link\":\"/functions/colors.md\"},{\"text\":\"Helpers\",\"link\":\"/functions/helpers.md\"},{\"text\":\"Breakpoints\",\"link\":\"/functions/breakpoints.md\"}]},{\"text\":\"Mixins\",\"collapsed\":false,\"items\":[{\"text\":\"Build Aspect Ratio\",\"link\":\"/mixins/build-aspect-ratio.md\"},{\"text\":\"Build Compatibility\",\"link\":\"/mixins/build-compatibility.md\"},{\"text\":\"Build Breakpoint\",\"link\":\"/mixins/build-breakpoint.md\"},{\"text\":\"Build Scrollbar\",\"link\":\"/mixins/build-scrollbar.md\"},{\"text\":\"Create Colors\",\"link\":\"/mixins/create-colors.md\"},{\"text\":\"Create Size instruction\",\"link\":\"/mixins/create-instruction.md\"},{\"text\":\"Create Margin helper\",\"link\":\"/mixins/create-helper-margin.md\"},{\"text\":\"Create Padding helper\",\"link\":\"/mixins/create-helper-padding.md\"}]}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
|
|
20
20
|
|
|
21
21
|
</body>
|
|
22
22
|
</html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{R as p}from"./chunks/theme.
|
|
1
|
+
import{R as p}from"./chunks/theme.rWQpqSL8.js";import{R as s,a2 as i,a3 as u,a4 as c,a5 as l,a6 as f,a7 as d,a8 as m,a9 as h,aa as g,ab as A,d as v,u as R,v as w,s as y,ac as C,ad as P,ae as b,af as E}from"./chunks/framework.BZemHgQ6.js";function r(e){if(e.extends){const a=r(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const n=r(p),S=v({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=R();return w(()=>{y(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),P(),b(),n.setup&&n.setup(),()=>E(n.Layout)}});async function T(){globalThis.__VITEPRESS__=!0;const e=_(),a=D();a.provide(u,e);const t=c(e.route);return a.provide(l,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),n.enhanceApp&&await n.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function D(){return A(S)}function _(){let e=s;return h(a=>{let t=g(a),o=null;return t&&(e&&(t=t.replace(/\.js$/,".lean.js")),o=import(t)),s&&(e=!1),o},n.NotFound)}s&&T().then(({app:e,router:a,data:t})=>{a.go().then(()=>{i(a.route,t.site),e.mount("#app")})});export{T as createApp};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const t='{"documentCount":54,"nextId":54,"documentIds":{"0":"/colors/bootstrap.html#bootstrap-colors","1":"/colors/bootstrap.html#notes-on-neutral-and-grey-scales","2":"/colors/bootstrap.html#usage","3":"/colors/bootstrap.html#source","4":"/colors/brands.html#brand-colors","5":"/colors/brands.html#source","6":"/colors/customs.html#custom-colors","7":"/colors/customs.html#source","8":"/functions/breakpoints.html#breakpoints","9":"/functions/breakpoints.html#example","10":"/functions/breakpoints.html#code","11":"/functions/colors.html#colors","12":"/functions/colors.html#color-brightness","13":"/functions/colors.html#color-contrast","14":"/functions/colors.html#color-hex2rgba","15":"/functions/colors.html#color-hex2rgbcore","16":"/functions/helpers.html#helper-functions","17":"/functions/helpers.html#available-helpers","18":"/functions/helpers.html#source","19":"/functions/strings.html#string-functions","20":"/functions/strings.html#available-helpers","21":"/functions/strings.html#source","22":"/#css-toolkit","23":"/#install","24":"/#usage","25":"/#quick-start","26":"/#scripts","27":"/#new-highlights","28":"/mixins/build-aspect-ratio.html#build-aspect-ratio","29":"/mixins/build-aspect-ratio.html#example","30":"/mixins/build-aspect-ratio.html#source","31":"/mixins/build-breakpoint.html#build-breakpoint","32":"/mixins/build-breakpoint.html#example","33":"/mixins/build-breakpoint.html#code","34":"/mixins/build-compatibility.html#build-compatibility","35":"/mixins/build-compatibility.html#example","36":"/mixins/build-compatibility.html#code","37":"/mixins/build-compatibility.html#scss-variables","38":"/mixins/build-scrollbar.html#scrollbar","39":"/mixins/build-scrollbar.html#example","40":"/mixins/build-scrollbar.html#code","41":"/mixins/create-colors.html#create-colors","42":"/mixins/create-colors.html#example","43":"/mixins/create-colors.html#source","44":"/mixins/create-helper-margin.html#create-margin","45":"/mixins/create-helper-margin.html#example","46":"/mixins/create-helper-margin.html#code","47":"/mixins/create-helper-padding.html#create-padding","48":"/mixins/create-helper-padding.html#example","49":"/mixins/create-helper-padding.html#code","50":"/mixins/create-instruction.html#create-instruction","51":"/mixins/create-instruction.html#example","52":"/mixins/create-instruction.html#code","53":"/mixins/create-instruction.html#scss-variables"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[2,1,10],"1":[6,2,24],"2":[1,2,19],"3":[1,2,149],"4":[2,1,10],"5":[1,2,58],"6":[2,1,11],"7":[1,2,34],"8":[1,1,9],"9":[1,1,19],"10":[1,1,59],"11":[1,1,18],"12":[2,1,38],"13":[2,1,34],"14":[2,1,11],"15":[2,1,40],"16":[2,1,8],"17":[2,2,36],"18":[1,2,84],"19":[2,1,7],"20":[2,2,9],"21":[1,2,57],"22":[2,1,15],"23":[1,2,6],"24":[1,2,7],"25":[2,2,19],"26":[1,2,13],"27":[2,2,18],"28":[3,1,10],"29":[1,3,10],"30":[1,3,48],"31":[2,1,11],"32":[1,2,20],"33":[1,2,47],"34":[2,1,1],"35":[1,2,31],"36":[1,1,88],"37":[2,1,17],"38":[1,1,1],"39":[1,1,12],"40":[1,1,53],"41":[2,1,9],"42":[1,2,12],"43":[1,2,94],"44":[2,1,1],"45":[1,2,18],"46":[1,2,78],"47":[2,1,1],"48":[1,2,17],"49":[1,2,78],"50":[2,1,10],"51":[1,2,19],"52":[1,2,49],"53":[2,2,44]},"averageFieldLength":[1.537037037037037,1.5555555555555556,29.64814814814815],"storedFields":{"0":{"title":"Bootstrap Colors","titles":[]},"1":{"title":"Notes on neutral and grey scales","titles":["Bootstrap Colors"]},"2":{"title":"Usage","titles":["Bootstrap Colors"]},"3":{"title":"Source","titles":["Bootstrap Colors"]},"4":{"title":"Brand Colors","titles":[]},"5":{"title":"Source","titles":["Brand Colors"]},"6":{"title":"Custom Colors","titles":[]},"7":{"title":"Source","titles":["Custom Colors"]},"8":{"title":"Breakpoints","titles":[]},"9":{"title":"Example","titles":["Breakpoints"]},"10":{"title":"Code","titles":["Breakpoints"]},"11":{"title":"Colors","titles":[]},"12":{"title":"color-brightness","titles":["Colors"]},"13":{"title":"color-contrast","titles":["Colors"]},"14":{"title":"color-hex2rgba","titles":["Colors"]},"15":{"title":"color-hex2rgbcore","titles":["Colors"]},"16":{"title":"Helper Functions","titles":[]},"17":{"title":"Available helpers","titles":["Helper Functions"]},"18":{"title":"Source","titles":["Helper Functions"]},"19":{"title":"String Functions","titles":[]},"20":{"title":"Available helpers","titles":["String Functions"]},"21":{"title":"Source","titles":["String Functions"]},"22":{"title":"css-toolkit","titles":[]},"23":{"title":"Install","titles":["css-toolkit"]},"24":{"title":"Usage","titles":["css-toolkit"]},"25":{"title":"Quick Start","titles":["css-toolkit"]},"26":{"title":"Scripts","titles":["css-toolkit"]},"27":{"title":"New highlights","titles":["css-toolkit"]},"28":{"title":"Build Aspect Ratio","titles":[]},"29":{"title":"Example","titles":["Build Aspect Ratio"]},"30":{"title":"Source","titles":["Build Aspect Ratio"]},"31":{"title":"Build Breakpoint","titles":[]},"32":{"title":"Example","titles":["Build Breakpoint"]},"33":{"title":"Code","titles":["Build Breakpoint"]},"34":{"title":"Build Compatibility","titles":[]},"35":{"title":"Example","titles":["Build Compatibility"]},"36":{"title":"Code","titles":[]},"37":{"title":"SCSS variables","titles":["Code"]},"38":{"title":"Scrollbar","titles":[]},"39":{"title":"Example","titles":["Scrollbar"]},"40":{"title":"Code","titles":["Scrollbar"]},"41":{"title":"Create Colors","titles":[]},"42":{"title":"Example","titles":["Create Colors"]},"43":{"title":"Source","titles":["Create Colors"]},"44":{"title":"Create Margin","titles":[]},"45":{"title":"Example","titles":["Create Margin"]},"46":{"title":"Code","titles":["Create Margin"]},"47":{"title":"Create Padding","titles":[]},"48":{"title":"Example","titles":["Create Padding"]},"49":{"title":"Code","titles":["Create Padding"]},"50":{"title":"Create Instruction","titles":[]},"51":{"title":"Example","titles":["Create Instruction"]},"52":{"title":"Code","titles":["Create Instruction"]},"53":{"title":"SCSS variables","titles":["Create Instruction"]}},"dirtCount":0,"index":[["just",{"2":{"52":1}}],["``",{"2":{"37":1,"46":1,"49":1,"53":1}}],["`$component",{"2":{"3":1}}],["\\tbuilder",{"2":{"40":1}}],["\\t",{"2":{"36":2,"40":3}}],["\\tcompatibility",{"2":{"36":1}}],["|",{"2":{"33":2}}],["=>",{"2":{"18":1}}],["=",{"2":{"18":2,"21":1,"33":4}}],["==",{"2":{"10":1,"18":1,"21":1,"33":3,"36":13,"40":1,"46":1,"49":1,"52":1}}],["up",{"2":{"31":1,"32":1,"33":5}}],["utilities",{"2":{"22":1}}],["utility",{"2":{"19":1,"41":1}}],["undefined",{"2":{"18":1}}],["until",{"2":{"18":1}}],["using",{"2":{"11":1}}],["usage",{"0":{"2":1,"24":1}}],["used",{"2":{"6":1,"16":1,"18":1,"43":2}}],["use",{"2":{"1":1,"2":1,"3":2,"4":1,"7":1,"9":1,"10":2,"18":1,"21":2,"24":1,"25":1,"30":3,"32":1,"33":1,"42":1,"43":5,"52":1}}],["queries",{"2":{"36":1}}],["query",{"2":{"10":2,"31":1}}],["quick",{"0":{"25":1}}],["quot",{"2":{"13":2,"15":2,"20":2}}],[">",{"2":{"12":1,"13":1,"30":1,"52":1}}],[">=",{"2":{"10":1,"21":1}}],["+",{"2":{"10":1,"12":2,"21":2,"36":1}}],["keys",{"2":{"10":1,"18":1}}],["key",{"2":{"10":1,"18":1}}],["kickstarter",{"2":{"5":1}}],["x",{"2":{"46":1,"49":1}}],["x3c",{"2":{"43":9,"46":1,"49":1,"52":1}}],["x26",{"2":{"30":2,"40":3,"43":16}}],["xxl",{"2":{"10":1}}],["xl",{"2":{"10":1}}],["xs",{"2":{"3":1,"10":1}}],["992px",{"2":{"10":1}}],["90deg",{"2":{"5":1}}],["900",{"2":{"1":1,"2":1,"3":13,"7":6,"25":1}}],["lt",{"2":{"46":2,"49":2,"53":2}}],["l",{"2":{"46":1,"49":1}}],["last",{"2":{"21":1}}],["local",{"2":{"26":1}}],["loop",{"2":{"21":1}}],["logrocket",{"2":{"11":2}}],["leaf",{"2":{"43":2}}],["left",{"2":{"30":1,"46":4,"49":4}}],["legacy",{"2":{"27":1,"35":1,"36":2}}],["level",{"2":{"17":1,"18":1}}],["less",{"2":{"12":2}}],["length",{"2":{"10":1,"21":4,"43":9,"52":1}}],["lg",{"2":{"10":1,"32":1}}],["like",{"2":{"43":1,"46":1,"49":1,"53":1}}],["lists",{"2":{"21":1}}],["list",{"2":{"10":4,"17":1,"18":1,"21":5,"43":47,"46":5,"49":5,"52":7,"53":2}}],["line",{"2":{"18":1}}],["linear",{"2":{"5":2}}],["linkedin",{"2":{"5":1}}],["link",{"2":{"3":1}}],["lighten",{"2":{"40":1}}],["lighter",{"2":{"12":1}}],["light",{"2":{"3":3,"13":1,"15":1}}],["my",{"2":{"46":1}}],["mx",{"2":{"46":1}}],["mr",{"2":{"46":1}}],["ml",{"2":{"46":1}}],["mb",{"2":{"46":1}}],["mt",{"2":{"46":1}}],["measure",{"2":{"46":1,"49":1,"52":1}}],["meant",{"2":{"43":1}}],["media",{"2":{"10":2,"29":1,"31":1,"33":3,"36":2}}],["ms",{"2":{"35":1,"36":7}}],["msie",{"2":{"35":1,"36":1}}],["mutating",{"2":{"26":1}}],["microsoft",{"2":{"35":1,"36":1}}],["mixin",{"2":{"30":3,"33":4,"36":1,"40":1,"43":1,"46":1,"49":1,"52":1}}],["mixins",{"2":{"22":1,"27":1}}],["min",{"2":{"9":2,"10":2,"33":5,"50":1}}],["moz",{"2":{"36":1}}],["modes",{"2":{"33":1}}],["mode",{"2":{"33":1,"35":1,"36":1}}],["modern",{"2":{"27":1,"35":1,"36":2}}],["most",{"2":{"13":1,"15":1}}],["mobile",{"2":{"9":1}}],["md",{"2":{"10":1,"32":1}}],["ma",{"2":{"46":1}}],["margin",{"0":{"44":1},"1":{"45":1,"46":1},"2":{"45":1,"46":14}}],["many",{"2":{"43":1}}],["manga",{"2":{"7":2}}],["may",{"2":{"43":1}}],["matches",{"2":{"17":1}}],["math",{"2":{"12":1}}],["material",{"2":{"3":1}}],["max",{"2":{"9":2,"10":2,"33":5}}],["map",{"2":{"3":4,"10":3,"17":2,"18":10,"41":1}}],["maps",{"2":{"1":1,"8":1}}],["hover",{"2":{"43":18}}],["have",{"2":{"43":1}}],["has",{"2":{"30":1,"40":1}}],["high",{"2":{"36":4}}],["highlights",{"0":{"27":1}}],["height",{"2":{"30":1,"40":1}}],["helpful",{"2":{"22":1}}],["helper",{"0":{"16":1},"1":{"17":1,"18":1},"2":{"10":1,"16":1,"33":1,"45":1,"46":1,"48":1,"49":1}}],["helpers",{"0":{"17":1,"20":1},"2":{"8":1,"28":1,"31":1}}],["hex2rgbcore",{"0":{"15":1},"2":{"15":1}}],["hex2rgba",{"0":{"14":1},"2":{"14":1}}],["hex",{"2":{"14":1}}],["hsl",{"2":{"11":2}}],["https",{"2":{"3":3,"11":2}}],["80",{"2":{"3":20,"7":4}}],["800",{"2":{"3":14,"7":6}}],["768px",{"2":{"9":1,"10":1}}],["70",{"2":{"5":1}}],["700",{"2":{"3":13,"7":6}}],["75px",{"2":{"51":1}}],["75",{"2":{"5":1,"51":2}}],["7",{"2":{"3":1}}],["56",{"2":{"29":1}}],["587",{"2":{"12":1}}],["576px",{"2":{"10":1}}],["50px",{"2":{"51":1}}],["50",{"2":{"5":2,"12":3,"51":2}}],["500",{"2":{"2":1,"3":13,"7":6,"18":1}}],["5",{"2":{"3":2,"14":1}}],["warning",{"2":{"43":1}}],["webkit",{"2":{"27":1,"35":1,"36":7,"40":3}}],["will",{"2":{"52":1}}],["with",{"2":{"20":1,"21":2,"26":1,"27":1,"30":1,"43":1}}],["within",{"2":{"18":1}}],["width",{"2":{"10":2,"30":1,"33":6,"40":1,"50":2,"51":1}}],["when",{"2":{"17":1,"43":1}}],["while",{"2":{"21":1}}],["whichever",{"2":{"13":1,"15":1}}],["whitelist",{"2":{"43":1}}],["white",{"2":{"1":1,"3":2,"15":1}}],["what",{"2":{"11":1}}],["whatsapp",{"2":{"5":1}}],["w3",{"2":{"3":1}}],["www",{"2":{"3":1}}],["wcag20",{"2":{"3":1}}],["wcag",{"2":{"3":1}}],["y",{"2":{"46":1,"49":1}}],["youtube",{"2":{"5":1}}],["your",{"2":{"1":1}}],["yellow",{"2":{"3":1}}],["object",{"2":{"36":1}}],["o",{"2":{"36":1}}],["opera",{"2":{"35":1,"36":2}}],["of",{"2":{"4":1,"13":1,"15":1,"18":1,"21":2,"39":1,"40":4,"43":2,"46":1,"49":1,"53":2}}],["our",{"2":{"3":1}}],["or",{"2":{"10":1,"36":1,"43":9,"52":1}}],["org",{"2":{"3":1}}],["orange",{"2":{"3":1}}],["only",{"2":{"43":1}}],["one",{"2":{"17":1,"18":1}}],["on",{"0":{"1":1},"2":{"43":2}}],["12px",{"2":{"45":1,"48":1}}],["12",{"2":{"45":1,"48":1}}],["1200px",{"2":{"9":1,"10":1}}],["114",{"2":{"12":1}}],["10px",{"2":{"18":2,"39":1,"40":2}}],["10",{"2":{"11":1}}],["100px",{"2":{"51":1}}],["100",{"2":{"2":1,"3":13,"5":2,"7":6,"12":1,"25":1,"30":4,"51":2}}],["1",{"2":{"10":1,"21":4,"43":9,"52":2}}],["1400px",{"2":{"10":1}}],["1565c0",{"2":{"5":1}}],["198754",{"2":{"3":1}}],["48px",{"2":{"45":1,"48":1}}],["48",{"2":{"45":1,"48":1}}],["4px",{"2":{"15":1,"39":1,"40":2}}],["45deg",{"2":{"5":1}}],["4ac959",{"2":{"5":1}}],["40",{"2":{"3":20,"7":4,"40":1}}],["400",{"2":{"3":13,"7":6}}],["4",{"2":{"3":2}}],["495057",{"2":{"3":1}}],["6px",{"2":{"45":1,"48":1}}],["6",{"2":{"45":1,"48":1}}],["6441a4",{"2":{"5":1}}],["60",{"2":{"3":20,"7":4,"11":1}}],["600",{"2":{"3":14,"7":6}}],["6f42c1",{"2":{"3":1}}],["6610f2",{"2":{"3":1}}],["6c757d",{"2":{"3":1}}],["eventual",{"2":{"46":1,"49":1,"53":1}}],["every",{"2":{"43":2}}],["evaluated",{"2":{"18":2}}],["element",{"2":{"39":1,"40":1}}],["else",{"2":{"33":8,"43":8}}],["effort",{"2":{"36":1}}],["edge",{"2":{"35":2,"36":4}}],["empty",{"2":{"21":1}}],["each",{"2":{"18":2,"43":2,"46":1,"49":1,"52":1}}],["e6683c",{"2":{"5":1}}],["e60023",{"2":{"5":1}}],["enable",{"2":{"3":1}}],["ends",{"2":{"20":1,"21":2}}],["end",{"2":{"3":4,"18":1}}],["e9ecef",{"2":{"3":1}}],["explorer",{"2":{"35":2,"36":2}}],["expanded",{"2":{"27":1}}],["exported",{"2":{"0":1}}],["exclusive",{"2":{"10":1}}],["example",{"0":{"9":1,"29":1,"32":1,"35":1,"39":1,"42":1,"45":1,"48":1,"51":1},"2":{"18":1,"50":1}}],["ex",{"2":{"3":1}}],["down",{"2":{"31":1,"33":5}}],["docs",{"2":{"3":8}}],["directions",{"2":{"46":1,"49":1}}],["display",{"2":{"30":1,"32":1,"36":1}}],["disable",{"2":{"3":2,"18":1}}],["disabled",{"2":{"3":1}}],["div",{"2":{"12":1}}],["dynamic",{"2":{"8":1,"27":1,"31":1,"33":1}}],["d41816",{"2":{"7":1}}],["dc2743",{"2":{"5":1}}],["dc4a38",{"2":{"5":1}}],["dc3545",{"2":{"3":1}}],["darker",{"2":{"12":1}}],["dark",{"2":{"3":4,"13":1,"15":2}}],["d63384",{"2":{"3":1}}],["delimeter",{"2":{"53":1}}],["development",{"2":{"22":1}}],["deep",{"2":{"17":1,"18":2}}],["dee2e6",{"2":{"3":1}}],["description",{"2":{"12":1,"15":1,"37":1,"40":1,"46":1,"49":1,"53":1}}],["design",{"2":{"11":1}}],["desktop",{"2":{"9":1}}],["determine",{"2":{"3":1}}],["default",{"2":{"3":116,"7":2,"10":6,"12":1,"15":1,"33":4,"37":1,"40":2,"46":1,"49":1,"53":1}}],["$delimiter",{"2":{"52":2,"53":1}}],["$dark",{"2":{"13":5,"15":1}}],["$target",{"2":{"36":13}}],["$to",{"2":{"33":2}}],["$teal",{"2":{"3":20}}],["$upper",{"2":{"33":3}}],["$lower",{"2":{"33":3}}],["$list",{"2":{"17":1,"18":2}}],["$light",{"2":{"13":5,"15":1}}],["$width",{"2":{"30":1}}],["$white",{"2":{"3":3}}],["$height",{"2":{"30":1}}],["$radius",{"2":{"40":3}}],["$ratio",{"2":{"30":4}}],["$red",{"2":{"3":20}}],["$instruction",{"2":{"52":3,"53":1}}],["$index",{"2":{"21":5}}],["$indigo",{"2":{"3":20}}],["$important",{"2":{"46":14,"49":14,"52":5,"53":1}}],["$item",{"2":{"21":2}}],["$feature",{"2":{"43":20}}],["$fallback",{"2":{"40":6}}],["$from",{"2":{"33":4}}],["$find",{"2":{"20":1,"21":5}}],["$flatrica",{"2":{"7":29}}],["$size",{"2":{"40":5}}],["$split",{"2":{"21":6}}],["$separator",{"2":{"20":1,"21":3}}],["$string",{"2":{"20":2,"21":12}}],["$shade",{"2":{"17":1,"18":2}}],["$key",{"2":{"18":2}}],["$keys",{"2":{"10":4,"17":1,"18":3}}],["$val",{"2":{"46":10,"49":10,"52":3}}],["$values",{"2":{"52":6}}],["$value",{"2":{"18":4}}],["$vars",{"2":{"43":10}}],["$var",{"2":{"18":1}}],["$next",{"2":{"10":3}}],["$name",{"2":{"10":8,"33":4,"46":8,"49":8,"52":3}}],["$nav",{"2":{"3":1}}],["$group",{"2":{"17":1,"18":2}}],["$gradient",{"2":{"5":2,"43":1}}],["$green",{"2":{"3":20}}],["$greys",{"2":{"3":1}}],["$grey",{"2":{"3":20}}],["$bg",{"2":{"40":6}}],["$background",{"2":{"13":2,"40":1}}],["$branch",{"2":{"43":32}}],["$brand",{"2":{"5":17}}],["$browser",{"2":{"36":7,"37":1}}],["$breakpoints",{"2":{"10":14,"33":17}}],["$blue",{"2":{"3":20}}],["$black",{"2":{"3":3}}],["$measure",{"2":{"46":3,"49":3,"52":2,"53":1}}],["$mode",{"2":{"33":4}}],["$modal",{"2":{"3":1}}],["$max",{"2":{"33":7}}],["$map",{"2":{"17":1,"18":7}}],["$manga",{"2":{"7":29}}],["$my",{"2":{"9":3}}],["$min",{"2":{"3":1,"10":3,"33":7}}],["$collection",{"2":{"17":1,"18":2}}],["$color",{"2":{"3":2,"12":6,"13":5,"15":1,"17":2,"18":3,"40":4,"43":39}}],["$colors",{"2":{"2":3,"3":1,"7":1,"18":1,"25":3,"42":1,"43":1}}],["$check",{"2":{"17":2,"18":2}}],["$cyan",{"2":{"3":20}}],["$yellow",{"2":{"3":20}}],["$orange",{"2":{"3":20}}],["$prefixv",{"2":{"43":12}}],["$prefix",{"2":{"43":17,"46":9,"49":9,"52":2,"53":1}}],["$position",{"2":{"10":4}}],["$pink",{"2":{"3":20}}],["$purple",{"2":{"3":20}}],["flag",{"2":{"53":1}}],["flatrica",{"2":{"7":2}}],["false",{"2":{"40":1,"43":1,"46":2,"49":2,"52":1,"53":1}}],["facebook",{"2":{"5":1}}],["feature",{"2":{"36":1}}],["fe2c55",{"2":{"5":1}}],["final",{"2":{"53":1}}],["find",{"2":{"21":1}}],["filled",{"2":{"43":1}}],["fill",{"2":{"36":1}}],["fit",{"2":{"36":1}}],["firefox",{"2":{"35":1,"36":3}}],["first",{"2":{"17":1,"21":2}}],["fixes",{"2":{"26":1}}],["f2b938",{"2":{"5":1}}],["f09433",{"2":{"5":2}}],["f96854",{"2":{"5":1}}],["from",{"2":{"3":1,"10":2,"17":1,"18":2,"21":2,"33":2,"41":1}}],["ff",{"2":{"35":1,"36":1}}],["ff4301",{"2":{"5":1}}],["ffc107",{"2":{"3":1}}],["fff",{"2":{"3":1,"13":2,"15":1,"39":1,"40":3}}],["fd7e14",{"2":{"3":1}}],["full",{"2":{"26":2}}],["function",{"2":{"3":1,"10":4,"12":1,"13":1,"18":5,"21":2}}],["functions",{"0":{"16":1,"19":1},"1":{"17":1,"18":1,"20":1,"21":1},"2":{"3":82,"7":18,"16":1,"19":1,"22":1,"27":1,"30":1,"33":1,"43":2}}],["fusv",{"2":{"3":3}}],["f8f9fa",{"2":{"3":1}}],["font",{"2":{"36":1}}],["found",{"2":{"18":1}}],["form",{"2":{"30":1}}],["formula",{"2":{"3":1}}],["for",{"2":{"3":3,"8":1,"10":2,"19":1,"22":1,"31":1,"33":2,"35":1,"36":1,"43":3,"46":7,"49":7}}],["follow",{"2":{"3":1}}],["very",{"2":{"43":1}}],["via",{"2":{"36":1}}],["visual",{"2":{"3":1}}],["vars",{"2":{"43":2}}],["var",{"2":{"15":1,"17":2,"18":2,"43":10}}],["variable",{"2":{"12":1,"15":1,"18":2,"37":1,"40":1,"46":1,"49":1,"53":1}}],["variables",{"0":{"37":1,"53":1},"2":{"3":6,"18":1}}],["value>",{"2":{"46":1,"49":1,"52":1}}],["value",{"2":{"10":1,"17":1,"18":1,"43":9,"46":3,"49":3,"52":2,"53":2}}],["values",{"2":{"3":1,"6":1,"12":1,"15":1,"17":1,"18":3,"37":1,"40":1,"46":1,"49":1,"52":1,"53":1}}],["v5",{"2":{"3":1}}],["24",{"2":{"45":1,"48":1}}],["24px",{"2":{"32":1,"45":1,"48":1}}],["299",{"2":{"12":1}}],["25px",{"2":{"51":1}}],["255",{"2":{"12":1}}],["25",{"2":{"5":1,"29":1,"51":2}}],["25f4ee",{"2":{"5":2}}],["20",{"2":{"3":20,"7":4}}],["20c997",{"2":{"3":1}}],["200",{"2":{"3":13,"7":6}}],["212529",{"2":{"3":1}}],["2",{"2":{"3":2,"17":1,"18":1,"52":1}}],["36px",{"2":{"45":1,"48":1}}],["36",{"2":{"45":1,"48":1}}],["30",{"2":{"5":1,"11":1}}],["300",{"2":{"3":13,"7":6}}],["35465c",{"2":{"5":1}}],["3cf",{"2":{"5":1}}],["3b5998",{"2":{"5":1}}],["343a40",{"2":{"3":1}}],["3",{"2":{"3":2}}],["single",{"2":{"52":1}}],["size",{"2":{"18":2,"40":3,"50":1}}],["size`",{"2":{"3":1}}],["spacing",{"2":{"46":7,"49":7}}],["split",{"2":{"20":1,"21":2}}],["system",{"2":{"36":1}}],["same",{"2":{"52":1}}],["safari",{"2":{"35":1,"36":3}}],["sass",{"2":{"10":2,"18":1,"21":2,"43":2,"52":1}}],["slice",{"2":{"21":3}}],["suffix",{"2":{"46":11,"49":11,"52":3}}],["supports",{"2":{"36":9}}],["substring",{"2":{"21":1}}],["surface",{"2":{"2":1}}],["selector",{"2":{"36":1}}],["separator",{"2":{"21":4}}],["see",{"2":{"3":1}}],["style",{"2":{"37":1}}],["stylelint",{"2":{"18":1}}],["streamlining",{"2":{"22":1}}],["strings",{"2":{"30":1}}],["string",{"0":{"19":1},"1":{"20":1,"21":1},"2":{"19":1,"20":2,"21":17,"36":1,"37":1,"40":1,"43":1,"46":1,"49":1,"53":3}}],["standardizing",{"2":{"22":1}}],["start",{"0":{"25":1},"2":{"3":4,"18":1}}],["state",{"2":{"3":1}}],["sml",{"2":{"18":2}}],["sm",{"2":{"10":1,"32":1}}],["skype",{"2":{"5":1}}],["shortcut",{"2":{"30":1}}],["should",{"2":{"3":1}}],["shade",{"2":{"3":40,"7":8}}],["shadow",{"2":{"3":1}}],["source",{"0":{"3":1,"5":1,"7":1,"18":1,"21":1,"30":1,"43":1}}],["scrollbars",{"2":{"39":1,"40":1}}],["scrollbar",{"0":{"38":1},"1":{"39":1,"40":1},"2":{"39":1,"40":7}}],["scripts",{"0":{"26":1}}],["scsscolor",{"2":{"14":1}}],["scssbackground",{"2":{"13":1}}],["scss$brand",{"2":{"5":1}}],["scss",{"0":{"37":1,"53":1},"2":{"2":1,"3":11,"7":1,"9":1,"10":1,"12":2,"13":1,"15":1,"18":2,"19":1,"21":1,"22":1,"24":1,"25":1,"29":1,"30":1,"32":1,"33":1,"35":1,"36":1,"39":1,"40":1,"42":1,"43":1,"45":1,"46":1,"48":1,"49":1,"51":1,"52":1}}],["scales",{"0":{"1":1}}],["gt",{"2":{"46":2,"49":2,"53":2}}],["gap",{"2":{"32":1}}],["generator",{"2":{"52":1}}],["generates",{"2":{"41":1}}],["general",{"2":{"16":1}}],["generic",{"2":{"33":1}}],["get",{"2":{"2":3,"10":4,"17":2,"18":7,"21":1,"25":3,"27":1}}],["giving",{"2":{"18":1}}],["given",{"2":{"13":1,"15":1,"50":1}}],["gives",{"2":{"12":1,"30":1}}],["github",{"2":{"3":2}}],["google",{"2":{"5":1}}],["group",{"2":{"36":3}}],["grouped",{"2":{"35":1}}],["grid",{"2":{"32":1,"36":1}}],["gradient",{"2":{"5":2,"43":4}}],["gradients",{"2":{"4":1,"43":1}}],["green",{"2":{"3":1,"7":31,"12":1}}],["grey",{"0":{"1":1},"2":{"1":3,"3":6,"25":2}}],["guebbit",{"2":{"2":8,"9":4,"23":1,"24":2,"25":8,"30":1,"32":4,"35":1,"42":4,"46":1,"49":1,"53":1}}],["right",{"2":{"46":4,"49":4}}],["r",{"2":{"46":1,"49":1}}],["rgb",{"2":{"43":1}}],["rgba",{"2":{"14":1}}],["run",{"2":{"26":2}}],["rule",{"2":{"11":1}}],["rarely",{"2":{"43":1}}],["radius",{"2":{"40":2}}],["range",{"2":{"10":1}}],["ranges",{"2":{"8":1,"31":1}}],["ratio",{"0":{"28":1},"1":{"29":1,"30":1},"2":{"3":2,"28":1,"29":1,"30":9}}],["ramp",{"2":{"1":2}}],["requested",{"2":{"43":1}}],["respective",{"2":{"30":1}}],["responsive",{"2":{"8":1,"28":1,"31":1}}],["relative",{"2":{"30":1}}],["repository",{"2":{"22":1}}],["remaining",{"2":{"21":1}}],["remove",{"2":{"21":1}}],["returns",{"2":{"13":1,"15":1,"17":3}}],["return",{"2":{"10":11,"12":1,"13":1,"18":8,"21":2}}],["read",{"2":{"18":1}}],["reads",{"2":{"17":1}}],["ready",{"2":{"4":1}}],["reach",{"2":{"3":1}}],["reddit",{"2":{"5":1}}],["red",{"2":{"3":1,"7":31,"12":1}}],["references",{"2":{"1":1}}],["after",{"2":{"43":4}}],["anchor",{"2":{"30":3}}],["anchors",{"2":{"28":1}}],["and",{"0":{"1":1},"2":{"1":1,"3":3,"4":1,"6":1,"8":1,"13":1,"15":1,"18":2,"21":2,"22":2,"27":1,"28":1,"33":2,"35":1,"36":5,"43":6,"46":3,"49":3,"50":2,"52":2}}],["align",{"2":{"36":2}}],["aliases",{"2":{"27":1,"35":1,"36":1}}],["all",{"2":{"18":1,"36":2,"43":1,"46":1,"49":1}}],["auto",{"2":{"26":1,"36":2,"40":3,"45":2}}],["audio",{"2":{"3":1}}],["add",{"2":{"21":1}}],["adb5bd",{"2":{"3":1}}],["applies",{"2":{"43":2,"46":7,"49":7}}],["apple",{"2":{"36":1}}],["apply",{"2":{"15":2,"33":3,"37":1}}],["appearance",{"2":{"36":2}}],["append",{"2":{"21":2}}],["at",{"2":{"18":1}}],["available",{"0":{"17":1,"20":1}}],["absolute",{"2":{"30":1}}],["abs",{"2":{"13":2}}],["arr",{"2":{"21":6}}],["array",{"2":{"21":2,"46":2,"49":2,"52":1,"53":1}}],["arguments",{"2":{"13":1,"15":1}}],["are",{"2":{"3":1,"43":2}}],["a",{"2":{"10":1,"13":1,"15":1,"17":2,"18":5,"22":1,"41":1,"43":1,"46":1,"49":1}}],["active",{"2":{"36":2}}],["accepted",{"2":{"12":1,"15":1,"37":1,"40":1,"46":1,"49":1,"53":1}}],["acceptable",{"2":{"3":1}}],["across",{"2":{"1":1,"16":1}}],["against",{"2":{"3":1}}],["aspect",{"0":{"28":1},"1":{"29":1,"30":1},"2":{"28":1,"29":1,"30":9}}],["as",{"2":{"2":1,"3":1,"7":1,"9":1,"18":1,"24":1,"25":1,"30":1,"32":1,"33":1,"42":1,"43":1}}],["classnames",{"2":{"53":1}}],["class",{"2":{"51":1,"52":2}}],["classes",{"2":{"41":1,"43":3}}],["cumbersome",{"2":{"43":1}}],["custom",{"0":{"6":1},"1":{"7":1},"2":{"6":1,"15":1,"53":1}}],["customize",{"2":{"3":1}}],["create",{"0":{"41":1,"44":1,"47":1,"50":1},"1":{"42":1,"43":1,"45":1,"46":1,"48":1,"49":1,"51":1,"52":1,"53":1},"2":{"42":1,"43":2,"45":1,"46":1,"48":1,"49":1,"50":1,"51":1,"52":1}}],["care",{"2":{"43":1}}],["card",{"2":{"25":2,"29":1}}],["callout",{"2":{"36":2}}],["canonical",{"2":{"1":1}}],["child",{"2":{"30":1}}],["chrome",{"2":{"27":1,"35":1,"36":2}}],["character",{"2":{"21":1}}],["changes",{"2":{"3":1}}],["checks",{"2":{"26":2}}],["checked",{"2":{"18":1}}],["check",{"2":{"12":1,"15":1,"21":1,"26":1}}],["cc2366",{"2":{"5":1}}],["cc181e",{"2":{"5":1}}],["cyan",{"2":{"3":1}}],["ced4da",{"2":{"3":1}}],["css",{"0":{"22":1},"1":{"23":1,"24":1,"25":1,"26":1,"27":1},"2":{"2":1,"9":1,"11":2,"22":1,"23":1,"24":1,"25":1,"32":1,"37":1,"42":1,"43":1,"52":1,"53":1}}],["corner",{"2":{"40":1}}],["core",{"2":{"7":1,"25":1}}],["coupled",{"2":{"30":1}}],["code",{"0":{"10":1,"33":1,"36":1,"40":1,"46":1,"49":1,"52":1},"1":{"37":1}}],["condition",{"2":{"36":1}}],["convert",{"2":{"14":1}}],["container",{"2":{"30":4}}],["containers",{"2":{"28":1}}],["containing",{"2":{"22":1}}],["contrasty",{"2":{"13":1,"15":1}}],["contrast",{"0":{"13":1},"2":{"3":7,"13":3,"15":1,"36":4}}],["content",{"2":{"3":1,"30":1,"33":15,"36":11,"37":2}}],["consistent",{"2":{"3":1}}],["consistently",{"2":{"1":1}}],["component",{"2":{"32":1}}],["compatibility",{"0":{"34":1},"1":{"35":1},"2":{"27":1,"35":2,"36":1}}],["compares",{"2":{"13":1,"15":1}}],["complete",{"2":{"26":2}}],["com",{"2":{"3":2,"11":2}}],["collisions",{"2":{"46":1,"49":1,"53":1}}],["collections",{"2":{"6":1}}],["collection",{"2":{"2":3,"4":1,"7":1,"10":2,"17":1,"18":2,"25":3,"42":1,"43":1}}],["color",{"0":{"12":1,"13":1,"14":1,"15":1},"2":{"0":1,"2":5,"3":168,"6":1,"7":33,"11":1,"12":4,"13":8,"14":3,"15":8,"17":2,"18":5,"25":5,"40":12,"41":2,"43":20}}],["colors",{"0":{"0":1,"4":1,"6":1,"11":1,"41":1},"1":{"1":1,"2":1,"3":1,"5":1,"7":1,"12":1,"13":1,"14":1,"15":1,"42":1,"43":1},"2":{"3":7,"4":1,"7":1,"11":1,"42":1,"43":4}}],["02px",{"2":{"10":1}}],["06a763",{"2":{"7":1}}],["05ce78",{"2":{"5":1}}],["08c",{"2":{"5":1}}],["00ff00",{"2":{"14":1,"15":1}}],["003087",{"2":{"5":1}}],["00aff0",{"2":{"5":1}}],["000",{"2":{"3":1,"5":3,"13":1,"15":1,"39":1}}],["0dcaf0",{"2":{"3":1}}],["0d6efd",{"2":{"3":1}}],["0",{"2":{"1":1,"3":1,"5":2,"9":1,"10":3,"12":3,"14":1,"30":2}}],["important",{"2":{"43":18,"46":2,"49":2,"52":1,"53":1}}],["image",{"2":{"36":1}}],["ime",{"2":{"36":2}}],["ie",{"2":{"35":1,"36":2}}],["i",{"2":{"23":1,"36":1}}],["item",{"2":{"21":3}}],["if",{"2":{"3":1,"10":3,"12":1,"13":1,"18":4,"21":1,"33":8,"36":12,"40":2,"43":19,"46":2,"49":2,"52":2,"53":1}}],["internet",{"2":{"35":2,"36":2}}],["into",{"2":{"21":1}}],["include",{"2":{"29":1,"30":2,"32":2,"33":5,"35":1,"39":1,"42":1,"45":1,"48":1,"51":1}}],["inherit",{"2":{"17":1,"18":2}}],["index",{"2":{"10":1,"21":4,"43":13}}],["indigo",{"2":{"3":1}}],["insert",{"2":{"53":1}}],["instructions",{"2":{"50":1,"52":1}}],["instruction",{"0":{"50":1},"1":{"51":1,"52":1,"53":1},"2":{"46":1,"49":1,"53":2}}],["instead",{"2":{"43":1}}],["install",{"0":{"23":1}}],["instagram",{"2":{"5":2}}],["inspired",{"2":{"0":1}}],["in",{"2":{"3":1,"17":1,"18":4,"21":1,"30":2,"40":1,"43":3,"46":2,"49":2,"52":1}}],["is",{"2":{"1":2,"12":1,"13":1,"15":1,"18":3,"36":1,"46":1,"49":1,"53":1}}],["name",{"2":{"37":1,"43":56,"46":4,"49":4,"50":1,"52":3,"53":2}}],["named",{"2":{"33":3,"36":1}}],["naming",{"2":{"1":1,"3":1}}],["npm",{"2":{"26":2}}],["normalize",{"2":{"36":1}}],["non",{"2":{"17":1,"18":1,"26":1}}],["none",{"2":{"12":1,"36":6,"37":1,"53":1}}],["no",{"2":{"17":2,"18":3}}],["not",{"2":{"10":2,"33":2,"36":2,"43":6}}],["notes",{"0":{"1":1}}],["nth",{"2":{"10":1,"52":2}}],["null",{"2":{"10":3,"17":2,"18":7,"21":1,"33":5}}],["needed",{"2":{"43":2}}],["new",{"0":{"27":1},"2":{"21":1}}],["nested",{"2":{"17":1,"18":2,"41":1}}],["next",{"2":{"10":3,"18":1}}],["neutral",{"0":{"1":1},"2":{"1":1,"2":2,"25":1}}],["t",{"2":{"46":1,"49":1}}],["targets",{"2":{"27":1,"35":1}}],["target",{"2":{"17":1,"18":1,"36":1}}],["tablet",{"2":{"9":5}}],["title",{"2":{"25":1}}],["tiktok",{"2":{"5":2}}],["tint",{"2":{"3":40,"7":8}}],["tumblr",{"2":{"5":1}}],["two",{"2":{"33":1}}],["twitch",{"2":{"5":1}}],["twitter",{"2":{"5":1}}],["twbs",{"2":{"3":2}}],["test",{"2":{"9":1}}],["telegram",{"2":{"5":1}}],["text",{"2":{"3":1,"13":4,"43":7}}],["teal",{"2":{"3":1}}],["true",{"2":{"43":2,"45":1,"46":1,"48":1,"49":1,"51":1,"52":1}}],["transparent",{"2":{"18":2,"40":1}}],["try",{"2":{"18":1}}],["tr",{"2":{"3":1}}],["thumb",{"2":{"40":1}}],["that",{"2":{"30":2,"43":2}}],["than",{"2":{"12":2}}],["this",{"2":{"18":1}}],["through",{"2":{"1":1,"21":1}}],["they",{"2":{"43":1}}],["theme",{"2":{"1":1}}],["the",{"2":{"0":1,"1":2,"3":3,"6":1,"10":2,"13":1,"15":1,"16":1,"17":1,"18":3,"21":5,"30":4,"40":1,"43":2,"46":8,"49":8,"52":1,"53":1}}],["touch",{"2":{"36":2}}],["top",{"2":{"30":2,"46":4,"49":4}}],["to",{"2":{"1":1,"3":3,"4":1,"12":1,"13":1,"14":1,"15":4,"18":5,"21":3,"28":1,"30":2,"37":1,"43":3,"46":1,"49":1,"53":2}}],["toolkit",{"0":{"22":1},"1":{"23":1,"24":1,"25":1,"26":1,"27":1},"2":{"0":1,"2":1,"6":1,"9":1,"16":1,"23":1,"24":1,"25":1,"32":1,"42":1}}],["b",{"2":{"46":1,"49":1}}],["bg",{"2":{"40":4,"43":9}}],["become",{"2":{"43":1}}],["becomes",{"2":{"43":1}}],["because",{"2":{"43":1}}],["best",{"2":{"36":1}}],["between",{"2":{"31":1,"32":1,"33":5}}],["better",{"2":{"12":1}}],["before",{"2":{"30":1,"43":4}}],["be",{"2":{"18":3,"30":1,"43":1,"52":1}}],["build",{"0":{"28":1,"31":1,"34":1},"1":{"29":1,"30":1,"32":1,"33":1,"35":1},"2":{"27":1,"28":1,"29":1,"30":7,"32":2,"33":9,"36":1,"39":1,"40":1}}],["building",{"2":{"11":1}}],["button",{"2":{"2":1}}],["branch",{"2":{"43":2}}],["brand",{"0":{"4":1},"1":{"5":1},"2":{"4":1,"5":2}}],["browsers",{"2":{"35":1,"36":1}}],["browser",{"2":{"27":1,"36":2,"37":1}}],["brightness",{"0":{"12":1},"2":{"12":2,"13":10}}],["breakpoint",{"0":{"31":1},"1":{"32":1,"33":1},"2":{"8":1,"9":2,"10":9,"27":3,"32":2,"33":25}}],["breakpoints",{"0":{"8":1},"1":{"9":1,"10":1},"2":{"9":3,"33":2}}],["bc1888",{"2":{"5":1}}],["boolean",{"2":{"46":1,"49":1,"53":1}}],["bootstrap",{"0":{"0":1},"1":{"1":1,"2":1,"3":1},"2":{"0":1,"1":1,"3":3}}],["both",{"2":{"46":2,"49":2}}],["bottom",{"2":{"46":4,"49":4}}],["border",{"2":{"40":1,"43":12}}],["body",{"2":{"36":1}}],["box",{"2":{"3":1}}],["bashnpm",{"2":{"23":1}}],["base",{"2":{"1":1}}],["background",{"2":{"2":1,"25":1,"36":1,"40":7,"43":11}}],["block",{"2":{"30":1}}],["blog",{"2":{"11":2}}],["blob",{"2":{"3":1}}],["blue",{"2":{"2":1,"3":1,"12":1,"18":1}}],["black",{"2":{"1":1,"3":1}}],["by",{"2":{"0":1,"3":1,"6":1,"33":1}}],["p100",{"2":{"51":1}}],["p75",{"2":{"51":1}}],["p50",{"2":{"51":1}}],["p25",{"2":{"51":1}}],["py",{"2":{"49":1}}],["px",{"2":{"49":1}}],["pl",{"2":{"49":1}}],["pb",{"2":{"49":1}}],["pt",{"2":{"49":1}}],["postfix",{"2":{"46":1,"49":1,"52":1}}],["position",{"2":{"30":2}}],["pseudo",{"2":{"43":7}}],["pixels",{"2":{"40":1}}],["pinterest",{"2":{"5":1}}],["pink",{"2":{"3":1}}],["push",{"2":{"21":1}}],["purple",{"2":{"3":1}}],["pa",{"2":{"49":1}}],["pairs",{"2":{"46":1,"49":1,"53":1}}],["padding",{"0":{"47":1},"1":{"48":1,"49":1},"2":{"30":1,"48":1,"49":14}}],["param",{"2":{"36":1,"40":3,"43":5,"46":1,"49":1,"52":1}}],["parameter",{"2":{"18":2}}],["parent",{"2":{"30":2}}],["pass",{"2":{"18":2}}],["palette",{"2":{"6":1,"11":1}}],["palettes",{"2":{"0":1}}],["paypal2",{"2":{"5":1}}],["paypal",{"2":{"5":1}}],["patreon",{"2":{"5":1}}],["pr",{"2":{"49":1}}],["prevent",{"2":{"46":1,"49":1,"53":1}}],["prefix",{"2":{"43":2,"46":1,"49":1,"53":1}}],["predefined",{"2":{"0":1}}],["processing",{"2":{"19":1}}],["property",{"2":{"3":1,"46":1,"49":1}}]],"serializationVersion":2}';export{t as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Ot=Object.defineProperty;var Ft=(a,e,t)=>e in a?Ot(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var Ae=(a,e,t)=>Ft(a,typeof e!="symbol"?e+"":e,t);import{V as Rt,D as le,h as ge,ah as tt,ai as Ct,aj as At,ak as Mt,q as $e,al as Lt,d as Dt,am as nt,p as fe,an as zt,ao as Pt,s as jt,ap as Vt,v as Me,P as he,O as _e,aq as $t,ar as Bt,W as Wt,R as Kt,$ as Jt,b as qt,o as H,j as _,a0 as Ut,as as Gt,k as L,at as Ht,au as Qt,c as Z,e as Se,n as st,B as it,F as rt,a as pe,t as me,av as Yt,aw as at,ax as Zt,a5 as Xt,aa as en,ay as tn,_ as nn}from"./framework.BZemHgQ6.js";import{u as sn,c as rn}from"./theme.
|
|
1
|
+
var Ot=Object.defineProperty;var Ft=(a,e,t)=>e in a?Ot(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var Ae=(a,e,t)=>Ft(a,typeof e!="symbol"?e+"":e,t);import{V as Rt,D as le,h as ge,ah as tt,ai as Ct,aj as At,ak as Mt,q as $e,al as Lt,d as Dt,am as nt,p as fe,an as zt,ao as Pt,s as jt,ap as Vt,v as Me,P as he,O as _e,aq as $t,ar as Bt,W as Wt,R as Kt,$ as Jt,b as qt,o as H,j as _,a0 as Ut,as as Gt,k as L,at as Ht,au as Qt,c as Z,e as Se,n as st,B as it,F as rt,a as pe,t as me,av as Yt,aw as at,ax as Zt,a5 as Xt,aa as en,ay as tn,_ as nn}from"./framework.BZemHgQ6.js";import{u as sn,c as rn}from"./theme.rWQpqSL8.js";const an={root:()=>Rt(()=>import("./@localSearchIndexroot.CbTBD5fF.js"),[])};/*!
|
|
2
2
|
* tabbable 6.2.0
|
|
3
3
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4
4
|
*/var vt=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Ne=vt.join(","),gt=typeof Element>"u",re=gt?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Oe=!gt&&Element.prototype.getRootNode?function(a){var e;return a==null||(e=a.getRootNode)===null||e===void 0?void 0:e.call(a)}:function(a){return a==null?void 0:a.ownerDocument},Fe=function a(e,t){var n;t===void 0&&(t=!0);var s=e==null||(n=e.getAttribute)===null||n===void 0?void 0:n.call(e,"inert"),r=s===""||s==="true",i=r||t&&e&&a(e.parentNode);return i},on=function(e){var t,n=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return n===""||n==="true"},bt=function(e,t,n){if(Fe(e))return[];var s=Array.prototype.slice.apply(e.querySelectorAll(Ne));return t&&re.call(e,Ne)&&s.unshift(e),s=s.filter(n),s},yt=function a(e,t,n){for(var s=[],r=Array.from(e);r.length;){var i=r.shift();if(!Fe(i,!1))if(i.tagName==="SLOT"){var o=i.assignedElements(),l=o.length?o:i.children,c=a(l,!0,n);n.flatten?s.push.apply(s,c):s.push({scopeParent:i,candidates:c})}else{var f=re.call(i,Ne);f&&n.filter(i)&&(t||!e.includes(i))&&s.push(i);var v=i.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(i),h=!Fe(v,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(i));if(v&&h){var b=a(v===!0?i.children:v.children,!0,n);n.flatten?s.push.apply(s,b):s.push({scopeParent:i,candidates:b})}else r.unshift.apply(r,i.children)}}return s},wt=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},ie=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||on(e))&&!wt(e)?0:e.tabIndex},ln=function(e,t){var n=ie(e);return n<0&&t&&!wt(e)?0:n},cn=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},xt=function(e){return e.tagName==="INPUT"},un=function(e){return xt(e)&&e.type==="hidden"},dn=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(n){return n.tagName==="SUMMARY"});return t},fn=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]},hn=function(e){if(!e.name)return!0;var t=e.form||Oe(e),n=function(o){return t.querySelectorAll('input[type="radio"][name="'+o+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=n(window.CSS.escape(e.name));else try{s=n(e.name)}catch(i){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",i.message),!1}var r=fn(s,e.form);return!r||r===e},pn=function(e){return xt(e)&&e.type==="radio"},mn=function(e){return pn(e)&&!hn(e)},vn=function(e){var t,n=e&&Oe(e),s=(t=n)===null||t===void 0?void 0:t.host,r=!1;if(n&&n!==e){var i,o,l;for(r=!!((i=s)!==null&&i!==void 0&&(o=i.ownerDocument)!==null&&o!==void 0&&o.contains(s)||e!=null&&(l=e.ownerDocument)!==null&&l!==void 0&&l.contains(e));!r&&s;){var c,f,v;n=Oe(s),s=(c=n)===null||c===void 0?void 0:c.host,r=!!((f=s)!==null&&f!==void 0&&(v=f.ownerDocument)!==null&&v!==void 0&&v.contains(s))}}return r},ot=function(e){var t=e.getBoundingClientRect(),n=t.width,s=t.height;return n===0&&s===0},gn=function(e,t){var n=t.displayCheck,s=t.getShadowRoot;if(getComputedStyle(e).visibility==="hidden")return!0;var r=re.call(e,"details>summary:first-of-type"),i=r?e.parentElement:e;if(re.call(i,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof s=="function"){for(var o=e;e;){var l=e.parentElement,c=Oe(e);if(l&&!l.shadowRoot&&s(l)===!0)return ot(e);e.assignedSlot?e=e.assignedSlot:!l&&c!==e.ownerDocument?e=c.host:e=l}e=o}if(vn(e))return!e.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return ot(e);return!1},bn=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var n=0;n<t.children.length;n++){var s=t.children.item(n);if(s.tagName==="LEGEND")return re.call(t,"fieldset[disabled] *")?!0:!s.contains(e)}return!0}t=t.parentElement}return!1},Re=function(e,t){return!(t.disabled||Fe(t)||un(t)||gn(t,e)||dn(t)||bn(t))},Be=function(e,t){return!(mn(t)||ie(t)<0||!Re(e,t))},yn=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},wn=function a(e){var t=[],n=[];return e.forEach(function(s,r){var i=!!s.scopeParent,o=i?s.scopeParent:s,l=ln(o,i),c=i?a(s.candidates):o;l===0?i?t.push.apply(t,c):t.push(o):n.push({documentOrder:r,tabIndex:l,item:s,isScope:i,content:c})}),n.sort(cn).reduce(function(s,r){return r.isScope?s.push.apply(s,r.content):s.push(r.content),s},[]).concat(t)},xn=function(e,t){t=t||{};var n;return t.getShadowRoot?n=yt([e],t.includeContainer,{filter:Be.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:yn}):n=bt(e,t.includeContainer,Be.bind(null,t)),wn(n)},_n=function(e,t){t=t||{};var n;return t.getShadowRoot?n=yt([e],t.includeContainer,{filter:Re.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):n=bt(e,t.includeContainer,Re.bind(null,t)),n},ae=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return re.call(e,Ne)===!1?!1:Be(t,e)},Sn=vt.concat("iframe").join(","),Le=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return re.call(e,Sn)===!1?!1:Re(t,e)};/*!
|