What should happen?
When I build the scss myself the memory consumption swells to 60+Gb unless I comment out a chunk of the @mixin foundation-button-group
When I comment out these lines it works. I'm not really a SASS expert so I don't know what to suggest. I only found this by commenting out everything and bringing things back until it compiled.
I can definitely live without button groups but I thought I should report this since I didn't see any mention of it in your other issues.
My Environment:
OSX 10.15.4
Ruby: ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-darwin18]
Foundation installed with NPM, copied over to Jekyll's _sass folder.
foundation-sites@6.6.3:
version "6.6.3"
resolved "https://registry.yarnpkg.com/foundation-sites/-/foundation-sites-6.6.3.tgz#8ca5f246357db69e6a0e73351ce06aa8acce6540"
integrity sha512-8X93wUAmUg1HhVv8uWMWnwoBLSQWSmFImJencneIZDctswn724Bq/MV1cbPZN/GFWGOB/9ngoQHztfzd4+ovCg==
Compiling SCSS using jekyll 4.0 and sassc
From my Gemfile.lock
jekyll (4.0.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
sassc (2.3.0)
ffi (~> 1.9)
Reproducing
I've got a repo that shows the problem here (dev branch):
https://github.com/Riverscapes/riverscapes-jekyll-theme/tree/dev
Repro steps:
- clone the repo
- Uncomment the following lines: https://github.com/Riverscapes/riverscapes-jekyll-theme/blob/dev/_sass/foundation-sites/scss/components/_button-group.scss#L236-L252
- Run
bundle install
- Run
bundle exec jekyll server --verbose
Watch memory consumption go BOOM!

What should happen?
When I build the scss myself the memory consumption swells to 60+Gb unless I comment out a chunk of the
@mixin foundation-button-groupWhen I comment out these lines it works. I'm not really a SASS expert so I don't know what to suggest. I only found this by commenting out everything and bringing things back until it compiled.
I can definitely live without button groups but I thought I should report this since I didn't see any mention of it in your other issues.
My Environment:
OSX 10.15.4
Ruby:
ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-darwin18]Foundation installed with NPM, copied over to Jekyll's
_sassfolder.Compiling SCSS using jekyll 4.0 and sassc
From my
Gemfile.lockReproducing
I've got a repo that shows the problem here (dev branch):
https://github.com/Riverscapes/riverscapes-jekyll-theme/tree/dev
Repro steps:
bundle installbundle exec jekyll server --verboseWatch memory consumption go BOOM!
