Skip to content

Commit

Permalink
fix(frontera): project.migration → migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 23, 2024
1 parent 935bd24 commit 41ba14a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions frontera_assets/css/site.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* DO NOT ADD STYLES HERE; ONLY IMPORT OTHER STYLESHEETS */
@layer project.migration;
@layer migration;

/* To change color scheme */
@import url("./_imports/settings/color.css");

/* To apply "from v1 to v2" migration styles */
@import url("https://cdn.jsdelivr.net/gh/TACC/Core-CMS@v4.13.0/taccsite_cms/static/site_cms/css/src/_migrations/v1_v2.css") layer(project.migration);
@import url("./_migrations/v1_v2/frontera.css") layer(project.migration);
@import url("https://cdn.jsdelivr.net/gh/TACC/Core-CMS@v4.13.0/taccsite_cms/static/site_cms/css/src/_migrations/v1_v2.css") layer(migration);
@import url("./_migrations/v1_v2/frontera.css") layer(migration);
2 changes: 1 addition & 1 deletion frontera_assets/css/template.home.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
@import url("https://unpkg.com/@tacc/core-styles@0.13.0/dist/trumps/s-article-preview.css");

/* To undo "from v1 to v2" migration styles */
@import url("./_migrations/v1_v2/revert.css") layer(project.migration);
@import url("./_migrations/v1_v2/revert.css") layer(migration);
2 changes: 1 addition & 1 deletion frontera_assets/css/template.standard.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* DO NOT ADD STYLES HERE; ONLY IMPORT OTHER STYLESHEETS */

/* To undo "from v1 to v2" migration styles */
@import url("./_migrations/v1_v2/revert.css") layer(project.migration);
@import url("./_migrations/v1_v2/revert.css") layer(migration);

0 comments on commit 41ba14a

Please sign in to comment.