sass - Undefined variable: "$gray-lighter" in DatePicker CSS -


i building , deploying liferay theme through liferay-theme-generator have sass 3.4.22 version. have datepicker.scss version 2.0 in css folder. when building having error build/_css/datepicker.scss (line 117: undefined variable: "$gray-lighter".)

in build folder, _variables contains variable $gray-lighter there. hope can give me light here.

just update this, able fix issue adding import of variables of bootstrap _variables.scss class in custom.scss.

hope can others when running issue. cheers!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -