Move legacy (S)CSS files to legacy folder
This commit is contained in:
parent
05da7f5dac
commit
878eac083c
@ -1,3 +1,4 @@
|
||||
//= link_tree ../images
|
||||
//= link_tree ../builds
|
||||
//= link admin.css
|
||||
//= link legacy.css
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "variables";
|
||||
@import "legacy/variables";
|
||||
|
||||
body#admin-panel {
|
||||
#wrapper {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* This is a manifest file that'll be compiled into legacy.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
|
||||
@ -10,6 +10,6 @@
|
||||
* files in this directory. Styles in this file should be added after the last require_* statement.
|
||||
* It is generally better to create a new file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require_tree ./legacy/
|
||||
*= require_self
|
||||
*/
|
||||
|
@ -6,6 +6,7 @@
|
||||
<%= csp_meta_tag %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://assets.kosmos.org/fonts/open-sans/open-sans.css" rel="stylesheet">
|
||||
<%= stylesheet_link_tag 'admin', media: 'all', 'data-turbolinks-track': 'reload' %>
|
||||
<%= stylesheet_link_tag 'legacy', media: 'all', 'data-turbolinks-track': 'reload' %>
|
||||
<%= stylesheet_link_tag 'application' %>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user