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

$icon-size-xl in css calc function #6

Open
Pixelairport opened this issue Jan 8, 2020 · 1 comment
Open

$icon-size-xl in css calc function #6

Pixelairport opened this issue Jan 8, 2020 · 1 comment

Comments

@Pixelairport
Copy link

Pixelairport commented Jan 8, 2020

Hi.

There is a variable in your final css file: $icon-size-xl. I mean in argon-design-system.css. And it seems that variables in calc is not working in sass... or it is a bug. Because also when i do render sass with laravel mix i got an error. I removed it from sass to fix this for my deployment:

width: calc(100%); instead of width: calc(100% - $icon-size-xl - 1);

UPDATE:

I found also this: creativetimofficial/argon-dashboard#11 ... maybe this is the answer.

@rarestoma
Copy link

Hi @Pixelairport,

Thank you for working with our products.

The solution is provided in that issue, we will fix it in our next update.

Please let me know if I can help you with anything else.

Thank you,
Rares

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

No branches or pull requests

2 participants