Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Apr 15, 2021
1 parent 0821bc3 commit 0c5448b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/less/columns.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import './globals.less';
@import './globals.less';

@addon: 'volto-addons';
@addontype: 'columnsBlock';
Expand Down Expand Up @@ -223,4 +223,4 @@
vertical-align: middle;
}

.loadAddonOverrides();
.loadAddonOverrides();
2 changes: 1 addition & 1 deletion src/less/globals.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
'@{siteFolder}/../addons/@{addon}/@{addontype}s/@{addonelement}.variables';
}

@import './variables.less';
@import './variables.less';
2 changes: 1 addition & 1 deletion src/less/variables.less
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@type: extra;
@element: custom;
@element: custom;

0 comments on commit 0c5448b

Please sign in to comment.