diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css deleted file mode 100644 index a23d4532915e4a18e0e4a606f3c2028703086248..0000000000000000000000000000000000000000 --- a/app/assets/stylesheets/application.css +++ /dev/null @@ -1,10 +0,0 @@ -/* - * 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 jquery.ui.gitlab - *= require jquery.atwho - *= require chosen - *= require_self - *= require main -*/ diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/application.scss similarity index 68% rename from app/assets/stylesheets/main.scss rename to app/assets/stylesheets/application.scss index e74bc9d15cb2247a556c39e60076817a373ab48c..54690e73f81d893c2d87eda4718cb290eda03969 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/application.scss @@ -1,3 +1,13 @@ +/* + * 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 jquery.ui.gitlab + *= require jquery.atwho + *= require chosen + *= require_self +*/ + /** * GitLab bootstrap: */