-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Foundation slows my machine way down #12101
Comments
tl;dr: please disable any antivirus solution, especially the realtime scanner features (Defender / Windows and others). |
Oh and please check your node-sass / sass version, there are known issues with outdated versions. |
I am on Linux and don't have any antivirus software running, also have Scss up-to-date. |
Please check the comments in #12070 This is a problem with the sass compiler version. Closing as duplicate. |
Hello all,
I am new to Foundation and want to work with the Scss version of the framework. I have a folder with the files for Foundation in it and then have my sites call in Foundation, all good till I use
@include foundation-everything;
It just slows my machine down. I am running Hugo and that even times out on me. I tried to also include each of the components but as soon as I came to the button components it slows down my machine again. Also it gives me a warning saying the colours are not good and then crashes Hugo.What am I doing wrong? I could just use the CDN for the CSS but want an easy way to override the styles.
Thanks in advance.
The text was updated successfully, but these errors were encountered: