Scss编译器错误:没有名为mixin的过渡 [英] Scss compiler error: no mixin named transition

查看:1973
本文介绍了Scss编译器错误:没有名为mixin的过渡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用弓箭手组件的流星应用程序.

I have a meteor app which uses bower components.

当我尝试运行该应用程序时,出现错误:Scss compiler error: no mixin named transition

When I try to run the app I got an error: Scss compiler error: no mixin named transition

来自以下行:@include transition(.2s ease-out);

此问题可能是什么原因?

What could be cause of this problem?

推荐答案

@include需要混合.在这种情况下,期望的是一个名为"transition"的mixin,我想您正在尝试将"transition"用作css属性.

@include expects a mixin. In this case it is expecting a mixin named 'transition' and I think you are trying to apply 'transition' as a css property.

查看此页面: http://sass-lang.com/guide

这篇关于Scss编译器错误:没有名为mixin的过渡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆