[update] Init front tasks

This commit is contained in:
Bruno SIMON
2016-08-26 15:30:26 +02:00
parent 861c9d4ee1
commit d4d852f356
16 changed files with 401 additions and 106 deletions
+13
View File
@@ -0,0 +1,13 @@
@define-mixin no-touch
{
html.features-no-touch & {
@mixin-content;
}
}
@define-mixin touch
{
html.features-touch & {
@mixin-content;
}
}