Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 430 Bytes

Common-Issues.md

File metadata and controls

10 lines (7 loc) · 430 Bytes

Material icons not showing

Rails 6.0 replaces the gem "sass-rails" to just a wrapper for "sassc-rails" gem. See (release note)[https://github.com/rails/sass-rails/releases/tag/v6.0.0].

This change affects the SCSS file compression in development. To make the icons display correctly, add the following configs to your development configs.

# config/environments/development.rb
config.assets.css_compressor = :sass