-
Notifications
You must be signed in to change notification settings - Fork 1
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
Any news on latest release? #2
Comments
Hi @rvt, Thanks, |
Hi @rvt, Or is your issue related to something else? Thanks, |
Hey @ggedde, I am using your project here : https://github.com/rvt/OpenAce/tree/initial/src/SystemGUI For the moment I copied your css like this : https://github.com/rvt/OpenAce/blob/initial/src/SystemGUI/src/css/styles.scss#L8 But when I replace it with @use "@ggedde/spry-css/spry"; to import from nodemodules I got a lot of errors for both the 2.z.x version and the 3.x.x version. If you cannot repeat it, I will create two branches showing what is happening |
@rvt, You should only use If you are going to import everything via 'css' then it might still be better to use Here is an example of how include SpryCSS v3 via
_custom_variables.scss
_custom_styles.scss
styles.scss
Let me if this works or if you are still having issues. |
hey, thanks for looking into this I have tried it but still getting the same/similar errors as I got before when trying sass. Unfortunately when it comes to css/javascript and build tools I know next to nothing... For all I know it can be a sass thing, node thing, parcel thing or anything in between.... :(
I have updated the project , only change I made was to set the correct path and the closing } change to ) in _custom_variables.scss |
Hi @rvt, Looks like the issue is not part of SpryCSS. Yes, there are Depreciation warnings, but those are just warnings and not errors. Those got added with sass 1.8. You can ignore those with the I did comment out all the css in styles.scss and run build and still get a segmentation fault error even without any css being compiled:
So it seems the error might be coming from something else. Maybe the deprecation warning about With that said I will look into updating SpryCSS to work with sass 1.8 and remove the deprecation warnings, but I can't give an eta on that now. Let me know if there is anything else I can do to help you with this. |
Hey, I will fool around with it a bit more, and if everything fails.. I will just do a hardcode import of the CSS... thanks fo rthe help! I am glad you could reproduce it, I am not crazy :D |
Sounds good, I am closing this for now, but if feel free to add another issue. |
Hey,
I tried the 3.0.0-rc-something version, but still got some issues with parcel and dart.
Any news on a stable release?
Cheers, and thanks
The text was updated successfully, but these errors were encountered: