hippie/source/style/hippie/mixins/_user_agent.scss
Stephan c391799d02 General push forward with more content (interactive elements)
- added list for deprecated packages
- removed deprecated node packages
- reactivated gulp vendor task
- work on intro page
- redefined interactive styles
- better variables in config
2018-10-06 15:11:33 +02:00

9 lines
156 B
SCSS

@mixin overrideUserAgent() {
@if $no_agent_focus == true {
@each $el in $io_focus_list {
#{$el}:focus {
outline: 0;
}
}
}
}