mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix linting 'scss/function-no-unknown' for 'v-bind'
This commit is contained in:
parent
c92ad9fc94
commit
0ae6db07c6
@ -15,7 +15,8 @@ const props = withDefaults(
|
||||
|
||||
<style lang="scss">
|
||||
.svg-color {
|
||||
// eslint-disable-next-line scss/function-no-unknown
|
||||
// there should be a '@use' directive to silent stylelint, but I couldn't find this out
|
||||
// stylelint-disable function-no-unknown
|
||||
color: v-bind('props.color');
|
||||
fill: currentcolor;
|
||||
stroke: currentcolor;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user