Skip to content

Commit

Permalink
fix: ajust prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarmonas committed Jun 2, 2022
1 parent 2f7db2e commit c18caee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/assets/scss/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
@apply bg-gray2;

&:before {
background: url(~@img/icon/icon-warning-neutral.svg?url) no-repeat center center;
background: url(~@img/icon/icon-warning-neutral.svg?url) no-repeat center
center;
}
}

Expand Down
10 changes: 9 additions & 1 deletion src/components/Alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@

```js
size: ['sm', 'md', 'lg', 'xl'];
variant: ['success', 'error', 'warning', 'warning-neutral', 'info', 'info-neutral', 'info-line'];
variant: [
'success',
'error',
'warning',
'warning-neutral',
'info',
'info-neutral',
'info-line',
];
close;
icon;
iconNumber;
Expand Down

0 comments on commit c18caee

Please sign in to comment.