Skip to content
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

compass-import-once gem not compatible with sass 3.5 #2135

Open
FooBarWidget opened this issue Jan 23, 2018 · 1 comment
Open

compass-import-once gem not compatible with sass 3.5 #2135

FooBarWidget opened this issue Jan 23, 2018 · 1 comment

Comments

@FooBarWidget
Copy link

I'm trying to get Middleman 4 to work with Bootstrap 4 using https://github.com/twbs/bootstrap-rubygem. However:

  • bootstrap-rubygem depends on sass >= 3.5.2.
  • compass-import-once (which Middleman 4 depends on) depends on sass (< 3.5, >= 3.2).

Please update compass-import-once to be compatible with sass 3.5.

@davidmyers9000
Copy link

Same here
@scottdavis @mirisuzanne

Until fixed, the 4.0.0.beta version of the gem is a decent workaround
gem 'bootstrap', '~> 4.0.0.beta'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants