You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the new version of jekyll, the site does not launch upon jekyll serve.
Error: Declarations may only be used within style rules.
╷
180 │ margin-top: 2rem;
│ ^^^^^^^^^^^^^^^^
╵
/Users/cokes/catbook/assets/css/main.scss 180:9 @content
_flexible.scss 21:9 mobile-only()
/Users/cokes/catbook/assets/css/main.scss 179:5 root stylesheet
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss':
Declarations may only be used within style rules.
------------------------------------------------
Jekyll 4.3.1 Please append `--trace` to the `serve` command
for any additional information or backtrace.
------------------------------------------------
/opt/homebrew/lib/ruby/gems/3.1.0/gems/jekyll-sass-converter-3.0.0/lib/jekyll/converters/scss.rb:175:in `rescue in convert': Declarations may only be used within style rules. (Jekyll::Converters::Scss::SyntaxError)
The text was updated successfully, but these errors were encountered:
with the new version of jekyll, the site does not launch upon
jekyll serve
.The text was updated successfully, but these errors were encountered: