diff --git a/demo/docs/badges.html b/demo/docs/badges.html index 79f591b20..e2b060100 100644 --- a/demo/docs/badges.html +++ b/demo/docs/badges.html @@ -712,7 +712,7 @@

Pill badges

-

Use the .bagde-pill class if you want to create a badge with rounded corners. Its width will adjust to the label text.

+

Use the .badge-pill class if you want to create a badge with rounded corners. Its width will adjust to the label text.

1 @@ -966,4 +966,4 @@ - \ No newline at end of file + diff --git a/package.json b/package.json index fa7200fd2..e3398f54c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "url": "https://github.com/sponsors/codecalm" }, "engines": { - "node": ">=10" + "node": ">=14" }, "files": [ "dist/**/*", diff --git a/src/pages/_docs/badges.md b/src/pages/_docs/badges.md index 81871f4b2..ce2f6da1a 100644 --- a/src/pages/_docs/badges.md +++ b/src/pages/_docs/badges.md @@ -20,7 +20,7 @@ The default badges are square and come in the basic set of colors. ## Pill badges -Use the `.bagde-pill` class if you want to create a badge with rounded corners. Its width will adjust to the label text. +Use the `.badge-pill` class if you want to create a badge with rounded corners. Its width will adjust to the label text. {% capture code %} {% for color in site.colors %} diff --git a/src/scss/_bootstrap-components.scss b/src/scss/_bootstrap-components.scss index 9566149eb..38df7504b 100644 --- a/src/scss/_bootstrap-components.scss +++ b/src/scss/_bootstrap-components.scss @@ -1,3 +1,4 @@ +// Components @import "~bootstrap/scss/root"; @import "~bootstrap/scss/reboot"; @import "~bootstrap/scss/type"; diff --git a/src/scss/_bootstrap-config.scss b/src/scss/_bootstrap-config.scss index ff297c21d..4f1fd34da 100644 --- a/src/scss/_bootstrap-config.scss +++ b/src/scss/_bootstrap-config.scss @@ -1,3 +1,4 @@ +// Config @import "~bootstrap/scss/functions"; @import "~bootstrap/scss/variables"; @import "~bootstrap/scss/mixins"; diff --git a/src/scss/_tabler-core.scss b/src/scss/_core.scss similarity index 100% rename from src/scss/_tabler-core.scss rename to src/scss/_core.scss diff --git a/src/scss/tabler.scss b/src/scss/tabler.scss index ad2c8117b..c99ab21bf 100644 --- a/src/scss/tabler.scss +++ b/src/scss/tabler.scss @@ -1,2 +1,2 @@ -@import "tabler-core"; +@import "core";