Spree Admin Dashboard stylesheet system is built in top Bootstrap and uses SASS preprocessor to compile custom stylesheets. To be precise we’re using DART-SASS (so you don’t need to install Node.js).You can find the stylesheets files in app/assets/stylesheets/spree/admin directory.The main entry point file is application.scss which uses SASS @import directive to include other stylesheets.