diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 04:26:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 04:26:45 +0300 |
| commit | 50562eb6b700cee84f70210fd1adc8df3b18b92b (patch) | |
| tree | 2d2674fd891537e04fce0777a0d9f1b55b571a68 /src/components/user_card_content/user_card_content.js | |
| parent | 3d6547001ecf9ae5e923d399dfe2c80b920beecf (diff) | |
fix lint, for shadows, it's now possible to refer css variables as colors
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
| -rw-r--r-- | src/components/user_card_content/user_card_content.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js index 4c7b6a68..e8073021 100644 --- a/src/components/user_card_content/user_card_content.js +++ b/src/components/user_card_content/user_card_content.js @@ -1,5 +1,4 @@ import StillImage from '../still-image/still-image.vue' -import { hex2rgb } from '../../services/color_convert/color_convert.js' export default { props: [ 'user', 'switcher', 'selected', 'hideBio' ], |
