Packages
ex_debug_toolbar
0.4.6
A debug web toolbar for Phoenix projects to display all sorts of information about request
Retired package: contains breaking change
Current section
Files
Jump to
Current section
Files
web/static/css/_text_emphasis.scss
// Typography
// [converter] $parent hack
@mixin text-emphasis-variant-bt4($parent, $color) {
#{$parent} {
color: $color !important;
}
a#{$parent}:hover,
a#{$parent}:focus {
color: darken($color, 10%) !important;
}
}