[update] Init front tasks
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@define-mixin no-touch
|
||||
{
|
||||
html.features-no-touch & {
|
||||
@mixin-content;
|
||||
}
|
||||
}
|
||||
|
||||
@define-mixin touch
|
||||
{
|
||||
html.features-touch & {
|
||||
@mixin-content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user