Files
keppler/site/public/stylesheet/mixins/touch.css
T
2016-08-26 15:30:26 +02:00

14 lines
171 B
CSS

@define-mixin no-touch
{
html.features-no-touch & {
@mixin-content;
}
}
@define-mixin touch
{
html.features-touch & {
@mixin-content;
}
}