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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -