sass bug in responsive.scss

2 replies · opened Dec 6, 2016

GgothassosDec 6, 2016

The mixin for border-radius on line 1210 is bugging out.

wrong number of arguments (4 for 1) for `border-radius'
on line 1210 of source/assets/stylesheets/sass/_responsive.scss
@include border-radius(0, 0, 3px, 3px)

What do you recommend I patch?

GgothassosDec 6, 2016

Line 1210:


@include border-radius(0, 0, 3px, 3px)

Should become:


@include border-radius(0 0 3px 3px)

Correct?

FfabienlegeJan 19, 2017

Think's for your patch gothassos !

It work for me to on version 4.2 (files sass/responsive.scss).
I also need to add this two lines at the top of the file :
@import "varibales.scss";
@import "mixins.scss";

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard