aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/.cspell.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-08-19 13:15:48 +0000
committerMario <mario@mariovavti.com>2022-08-19 13:15:48 +0000
commit185ddf1eaf82e08586be6c7689507ee924d9dd47 (patch)
tree218ff6da6fb1511a1b2823729607c7c4b13e30e9 /vendor/twbs/bootstrap/.cspell.json
parent7dee47183d05b6e1f7d5c5588e2df9993fb294dd (diff)
downloadvolse-hubzilla-185ddf1eaf82e08586be6c7689507ee924d9dd47.tar.gz
volse-hubzilla-185ddf1eaf82e08586be6c7689507ee924d9dd47.tar.bz2
volse-hubzilla-185ddf1eaf82e08586be6c7689507ee924d9dd47.zip
update to bootstrap 5.2 and fixes
Diffstat (limited to 'vendor/twbs/bootstrap/.cspell.json')
-rw-r--r--vendor/twbs/bootstrap/.cspell.json38
1 files changed, 24 insertions, 14 deletions
diff --git a/vendor/twbs/bootstrap/.cspell.json b/vendor/twbs/bootstrap/.cspell.json
index 3a649ab88..2ba78447b 100644
--- a/vendor/twbs/bootstrap/.cspell.json
+++ b/vendor/twbs/bootstrap/.cspell.json
@@ -3,6 +3,7 @@
"words": [
"affordance",
"allowfullscreen",
+ "Analyser",
"autohide",
"autohiding",
"autoplay",
@@ -11,19 +12,21 @@
"Blockquotes",
"Bootstrappers",
"borderless",
+ "Brotli",
"browserslist",
"browserslistrc",
"btncheck",
"btnradio",
"callout",
"callouts",
+ "camelCase",
"clearfix",
"Codesniffer",
- "colorspace",
"combinator",
"Contentful",
"Cpath",
"Crossfade",
+ "crossfading",
"cssgrid",
"Csvg",
"Datalists",
@@ -42,23 +45,25 @@
"fieldsets",
"flexbox",
"fullscreen",
- "fusv",
"getbootstrap",
- "globby",
"Grayscale",
"Hoverable",
"hreflang",
"hstack",
+ "importmap",
"jsdelivr",
"Jumpstart",
"keyframes",
"libera",
+ "libman",
"Libsass",
"lightboxes",
"Lowercased",
"markdownify",
"mediaqueries",
"minifiers",
+ "misfunction",
+ "mkdir",
"monospace",
"mouseleave",
"navbars",
@@ -68,6 +73,7 @@
"Noto",
"offcanvas",
"offcanvases",
+ "Packagist",
"popperjs",
"prebuild",
"precompiled",
@@ -84,12 +90,13 @@
"scrollbars",
"scrollspy",
"Segoe",
- "sirv",
+ "semibold",
+ "socio",
"srcset",
+ "stackblitz",
"stickied",
"Stylelint",
"subnav",
- "svgo",
"tabbable",
"textareas",
"toggleable",
@@ -97,25 +104,28 @@
"touchend",
"twbs",
"unitless",
- "Unported",
"unstylable",
"unstyled",
"Uppercased",
"urlize",
"vbtn",
"viewports",
+ "Vite",
"vstack",
"walkthroughs",
"WCAG",
- "webfont",
- "Woohoo",
- "zindex",
- "بالعالم",
- "مرحبا"
+ "zindex"
+ ],
+ "language": "en-US",
+ "files": [
+ "**/*.md"
],
- "language": "en,en-US",
"ignorePaths": [
".cspell.json",
- ".min."
- ]
+ "dist/",
+ "*.min.*",
+ "**/*rtl*",
+ "**/tests/**"
+ ],
+ "useGitignore": true
}