I've installed the foundation gem with the version 5.5.2.1. when I start the application i receive this error:
Showing /home/user/Scrivania/sites/store/app/views/layouts/application.html.erb where line #9 raised:
Incompatible units: 'rem' and 'px'.
Following some other case on the internet i tried to change the file _settings.scss on my gem folder:
../../var/lib/gems/2.1.0/gems/foundation-rails-5.5.2.1/vendor/assets/stylesheets/foundation/_settings.css
I've commented these lines:
$row-width: rem-calc(1000);
$column-gutter: rem-calc(30);
$total-columns: 12;
And i've set my custom $base-font-size:
$base-font-size: 14px;
$rem-base: $base-font-size;
I don't want to downgrade my gems, so can you help me with this error?