Skip to content

Commit

Permalink
XPower UI: {index=>app}.{pug,scss}
Browse files Browse the repository at this point in the history
  • Loading branch information
Kârūn The Rich committed May 23, 2024
1 parent 9fff9bc commit feeec89
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion views/error/error.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends ../index
extends ../app.pug

block styles
include ../theme/theme.pug
Expand Down
2 changes: 1 addition & 1 deletion views/error/error.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../index.scss";
@import "../app.scss";

h1 {
margin: 1em 0 0 0;
Expand Down
2 changes: 1 addition & 1 deletion views/migrate/index.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends ../index
extends ../app.pug

block styles
include ../theme/theme.pug
Expand Down
2 changes: 1 addition & 1 deletion views/migrate/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../index.scss";
@import "../app.scss";
@import "../header/header.scss";
@import "../connector/connector.scss";
@import "../footer/footer.scss";
Expand Down
2 changes: 1 addition & 1 deletion views/spa/spa.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends ../index.pug
extends ../app.pug

block styles
include ../theme/theme.pug
Expand Down
2 changes: 1 addition & 1 deletion views/spa/spa.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "../index.scss";
@import "../app.scss";

0 comments on commit feeec89

Please sign in to comment.