fix lint, for shadows, it's now possible to refer css variables as colors

This commit is contained in:
Henry Jameson 2018-11-21 04:26:45 +03:00
parent 3d6547001e
commit 50562eb6b7
2 changed files with 19 additions and 2 deletions

View file

@ -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' ],