1
0
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:
codecalm
2022-01-09 01:58:43 +01:00
parent 88fb6315f3
commit 7fa5f50039
+1 -3
View File
@@ -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)}";
}
}