/*
Solidus Dummy app generator creates a vendor manifest in vendor/assets/stylesheets/frontend/all
that requires this file: spree/frontend.
Inside solidus_starter_frontend we don't need anything from spree/frontend,
but the file must be there for the dummy application that expects it.
This approach is in order to don't have to make changes in the solidus_core
dummy app generator in the process of developing this extension.
*/
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *




*/
/*
Placeholder manifest file.
the installer will append this file to the app vendored assets here: 'vendor/assets/stylesheets/spree/frontend/all.css'
*/
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *
 * This is generated by `solidus:install` at
 * `vendor/assets/stylesheets/spree/frontend/all.css`. See `setup_assets` at
 * https://github.com/solidusio/solidus/blob/master/core/lib/generators/solidus/install/install_generator.rb

*/
