scss //验证失败时

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss //验证失败时相关的知识,希望对你有一定的参考价值。

// when validation could be failed,
//  apply inline/border on child's input/textarea
.field_with_errors{
    input, textarea{
        display: inline;
        border: 1px solid #f00;
        // I omit width property because of red block occupies the window.
        // width: 100%;
    }
} 

以上是关于scss //验证失败时的主要内容,如果未能解决你的问题,请参考以下文章

如何验证scss

使用 webpack 加载 scss 失败

SCSS mixin 添加百分比失败

Angular 8 Universal Build 在 SCSS 导入上失败

IPN 验证在应该失败时不会失败

激活时提示“激活失败”可以怎么处理?