diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.cspell.json')
-rw-r--r-- | vendor/twbs/bootstrap/.cspell.json | 38 |
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 } |