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

Codekit 2 project in Codekit 3 not recognising Bourbon mixin #255

Closed
MikeHarrison opened this issue Nov 7, 2016 · 1 comment
Closed

Comments

@MikeHarrison
Copy link

Quick, short summary:
I have added a Codekit 2 project to Codekit 3, which uses Bourbon and Neat using the built-in Codekit @import. I made a change to an SCSS file and hit save. Libsass is throwing an error and the SCSS is not compiling.

Expected results:
SCSS compiles. Dance.

Actual results:

Libsass: Error: no mixin named transition

       Backtrace:
       	Volumes/Data/g Websites/newgatewatches/newgate-watches/src/scss/components/_ribbon.scss:34
        on line 34 of Volumes/Data/g Websites/newgatewatches/newgate-watches/src/scss/components/_ribbon.scss
>>   @include transition(all 0.15s ease);
   -----------^

Your configuration (any details about your system that you think might be relevant)
Mac OS Sierra V10.12.1

@MikeHarrison
Copy link
Author

Never mind just seen Codekit is using Bourbon 5 where that mixin is deprecated.

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

1 participant