mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
change breadcrumb dividers to css variables
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
|
||||
@each $name, $symbol in $breadcrumb-variants {
|
||||
.breadcrumb-#{$name} {
|
||||
.breadcrumb-item + .breadcrumb-item:before {
|
||||
content: $symbol;
|
||||
}
|
||||
--#{$variable-prefix}breadcrumb-divider: "#{quote($symbol)}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user