Packages
ex_debug_toolbar
0.4.2
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
web/static/css/_reset.scss
*::before {
all: unset;
}
*::after {
all: unset;
}
*::hover {
all: unset;
}
*::visited {
all: unset;
}
*::link {
all: unset;
}
*::active {
all: unset;
}
* {
max-width: inherit;
max-height: inherit;
}
.container-fluid * {
background: inherit;
}
@import "reset-and-normalize";