-
Notifications
You must be signed in to change notification settings - Fork 311
[Breaking Change] multiple sass color functions not allowed. #483
Comments
Can we chat about this? Ping me when you see this and have some time. Thanks, |
Full disclosure, we probably aren't going to get to this for a bit. Let's continue discussion of this bug here as there are several sass issues we need to address. Thanks, |
I'm confused by this issue. I'm able to add the following to my
and then in another file (in my testing I used
and my generated css (www/build/main.css) is including it fine:
Please let me know if I'm misunderstanding the issue. Thanks! |
Originally the issue was not with "map-get" but with having two $ variables in your variable.scss
Would break the build and throw errors. Your test case seems to be the expected behaviour. I think things have significantly changed since the time the issue was logged @brandyscarney |
@thielCole Interesting! I wasn't trying to be rude, just trying to get a better understanding of the problem. 🙂 So it is no longer throwing an error with two variables now, right? |
Yeah I just tested it on my setup which is on 3.0.0! |
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
Previously in RC2 / Ionic-app-scripts 0.35 you had the ability to have multiple sass variable functions. Example,
insert any relevant code between the above and below backticks
The text was updated successfully, but these errors were encountered: