bootstrap-rubygem icon indicating copy to clipboard operation
bootstrap-rubygem copied to clipboard

Error When Deploy

Open dev-jakapratama opened this issue 6 years ago • 1 comments

i deploy with capistrano , with gem 'bootstrap', '~> 4.0'

and i have error

SassC::SyntaxError: Error: style declaration must contain a value 01 on line 11854:10 of stdin 01 >> padding: ; 01 01 ---------^ 01 stdin:11854

thanks, for help

dev-jakapratama avatar Feb 10 '20 22:02 dev-jakapratama

We have a similar issue with v4.5.2 of the gem:

852 | # SassC::SyntaxError:
853 | #   Error: style declaration must contain a value
854 | #           on line 4328:13 of stdin
855 | #   >>   box-shadow:;
856 | #
857 | #      ------------^
858 | #   stdin:4328

There is no 4.5.1, so we reverted to 4.5.0 and this fixes the issue. I don't know if this is important, because CHANGELOG.md hasn't been updated since version 4.2 - see #197.

pond avatar Aug 12 '20 23:08 pond