investigate and report sprockets issue with customization path
It looks like despite adding config/customization to the rails assets paths it does not get picked up by sprockets @import
statements. Therefore we still pickup the default tails.scss unless we remove it. If the assets have been precompiled with app/assets/stylesheets/tails.scss removed once they will always pick the other one.