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

SCSS conversion error: undefined variable #50

Open
caityp opened this issue Feb 7, 2018 · 1 comment
Open

SCSS conversion error: undefined variable #50

caityp opened this issue Feb 7, 2018 · 1 comment

Comments

@caityp
Copy link

caityp commented Feb 7, 2018

Trying to build a site with the centrarium theme, running $ bundle exec jekyll serve and getting the following conversion error:

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss':
Undefined variable: "$md-break-point". on line 65
jekyll 3.6.2 | Error: Undefined variable: "$md-break-point". on line 65

The problem is, I can't find the $md-break-point variable in any of my .scss files and don't know what line 65 is referring to.

I have installed:

bourbon 5.0.0
bitters 1.8.0
neat 2.1.0
jekyll 3.6.2

The main.scss file looks like this:

@charset "utf-8";

// Import partials from sass_dir (defaults to _sass)
// Includes Bourbon, Neat, and Bitters (thanks, thoughtbot!)

@import
"bourbon/bourbon",
"base/base",
"neat/neat",
"layout"
;

I'm new to sass/css with jekyll - any thoughts would help! Thanks.
repo: https://github.com/caityp/caityp.github.io

@bencentra
Copy link
Owner

That variable also doesn't exist in this project, so I'm not sure what would be causing it.

I just pushed some dependency updates to the project and I am not currently seeing that error.

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