skip to Main Content

calc expression in SASS – CSS

In an SCSS file, I have this line of code: @return calc((#{$span-width} / #{$container}) * 100%); And it produces this error: Undefined operation "-1 * calc((3 / 14.75) * 100%)". I don't understand where the -1 is coming from. What's…

VIEW QUESTION

undefined method `delegate_method_as' for Jekyll::Drops::CollectionDrop:Class (NoMethodError) Did you mean? DelegateClass – Debian

When I try to update my jekyll project on our debian buster server, I get this error: $ bundle exec jekyll build Traceback (most recent call last): 12: from /usr/local/bin/jekyll:23:in `<main>' 11: from /usr/local/bin/jekyll:23:in `load' 10: from /var/lib/gems/2.5.0/gems/jekyll-4.2.0/exe/jekyll:8:in `<top (required)>'…

VIEW QUESTION
Back To Top
Search