ui_migration lint(STYLE) Use --fix to solve 110 problems 3 left

This commit is contained in:
Antonio Anaya 2026-05-07 05:54:14 -06:00
parent a4b167b147
commit 7e2518e40e
21 changed files with 138 additions and 97 deletions

View file

@ -80,7 +80,7 @@ export default {
<style lang="less" scoped>
// Custom UIkit CSS modifications
@import "../../assets/less/variables.less";
@import url("../../assets/less/variables.less");
.container {
display: flex;
@ -109,6 +109,6 @@ export default {
.shutdown-button {
display: inline;
text-align: center;
margin: 30px 30px 30px 30px;
margin: 30px;
}
</style>