-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Bug] Style Issues #21
Comments
Hi @Eonasdan, Thank you for working with our products and for pointing us this issue. I will add it to the 'to do' list for the next update. Best regards, |
how can i solve this problem atm? without waiting your update i bought the Argon Dashboard 2 pro and cant compile it, and cant work with it |
@885522 unfortunately, I had to go through and manually fix this stuff. I changed the gradients file to be @each $prop, $value in $theme-colors {
.bg-gradient-faded-#{$prop}-vertical{
background-image: radial-gradient(200px circle at 50% 70%, rgba($value, .3) 0, $value 100%);
}
} The difference being |
It did indeed work that way, thanks alot, i have another question since you have experience with creative-tim stuff, I am trying to find the best way to minify/concact js and scss files with gulp, what is the best way, as i have compressed all the js files in one single file and uglified it. But for example the charts aren't working and am getting error that they cant read from charts.js Also i found out that the source code i got after buying the dashboard isnt the same as the online preview/demo, do you have an idea how can i get the source code of the exact online demo version? Thanks alot |
The pro comes with more widgets compared to the free version. I don't know about the specifics. I'm using this in an angular project so the bundling is done for me. If you're compressing it with gulp you'd have to point the minified version. You could try asking that question on an unrelated discord server |
Hello |
Version
1.0.4
Reproduction link
https://www.creative-tim.com/learning-lab/bootstrap/badge/soft-ui-dashboard
Operating System
Win 11
Device
PC
Browser & Version
Chrome 94
Steps to reproduce
What is expected?
SCSS compiling free from errors.
What is actually happening?
There are numerous errors compiling the scss with the latest (dart) sass.
Solution
Additional comments
In additional to the compiling errors, there are lots of accessibility issues. Almost all of the buttons and badges do not meet a proper contrast ratio.
The text was updated successfully, but these errors were encountered: