bootstrap-rubygem
bootstrap-rubygem copied to clipboard
Error When Deploy
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
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.