diff --git a/frontend/index.scss b/frontend/index.scss index 1399fd12e5..5691449ec7 100644 --- a/frontend/index.scss +++ b/frontend/index.scss @@ -1,3 +1,3 @@ -@import "stylesheets/fonts.scss"; -@import "stylesheets/icons.scss"; -@import "stylesheets/forms.scss"; +@import "styles/stylesheets/fonts.scss"; +@import "styles/stylesheets/icons.scss"; +@import "styles/stylesheets/forms.scss"; diff --git a/frontend/stylesheets/fonts.scss b/frontend/styles/stylesheets/fonts.scss similarity index 100% rename from frontend/stylesheets/fonts.scss rename to frontend/styles/stylesheets/fonts.scss diff --git a/frontend/stylesheets/forms.scss b/frontend/styles/stylesheets/forms.scss similarity index 100% rename from frontend/stylesheets/forms.scss rename to frontend/styles/stylesheets/forms.scss diff --git a/frontend/stylesheets/icons.scss b/frontend/styles/stylesheets/icons.scss similarity index 100% rename from frontend/stylesheets/icons.scss rename to frontend/styles/stylesheets/icons.scss