Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed libsass (python) inclusion errors #1524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

goutnet
Copy link

@goutnet goutnet commented Jul 15, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant