mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
Merge branch 'dev' of https://github.com/tabler/tabler into dev-offcanvas
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Components
|
||||
@import "~bootstrap/scss/root";
|
||||
@import "~bootstrap/scss/reboot";
|
||||
@import "~bootstrap/scss/type";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Config
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/variables";
|
||||
@import "~bootstrap/scss/mixins";
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@import "tabler-core";
|
||||
@import "core";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user