mdb-ui-kit icon indicating copy to clipboard operation
mdb-ui-kit copied to clipboard

Fixed libsass (python) inclusion errors

Open goutnet opened this issue 11 months ago • 0 comments

Hi,

I am using mdb-ui-kit in a python project (django), and include directly the SASS layer from my main.scss.

As it turns, libsass doesn't like a few lines in the code, so I fixed it and would like to share the update for you.

Mainly:

  • optionnal arguments must come after mandatory argument (fixed by providing reasonable defaults)
  • rgb function doesn't like the r g b / a notation (fixed by using rgba instead)

goutnet avatar Jul 15 '23 17:07 goutnet