From 0057dbcb895504b8fb48651c9a62316d1d10efd1 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sun, 13 Jun 2021 20:32:03 +0100 Subject: [PATCH] Remove Sprockets require statements --- app/webpacker/css/darkswarm/all.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/app/webpacker/css/darkswarm/all.scss b/app/webpacker/css/darkswarm/all.scss index 97d20a60dc..9b8953f076 100644 --- a/app/webpacker/css/darkswarm/all.scss +++ b/app/webpacker/css/darkswarm/all.scss @@ -1,13 +1,6 @@ -/* - * 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. - *= require autocomplete - *= require leaflet - - *= require_self -*/ +@import 'autocomplete'; +@import 'leaflet'; @import 'variables'; @import '../shared/variables/layout'; @import '~foundation-sites/scss/foundation';