tabs support + cleanup
This commit is contained in:
parent
8a21594dbc
commit
879f520b75
9 changed files with 74 additions and 14 deletions
|
|
@ -9,7 +9,6 @@ export const parseCssShadow = (text) => {
|
|||
|
||||
const [x, y, blur = 0, spread = 0] = dimensions.split(/ /).filter(x => x).map(x => x.trim())
|
||||
const isInset = inset?.trim() === 'inset'
|
||||
console.log(color.trim())
|
||||
const colorString = color.split(/ /).filter(x => x).map(x => x.trim())[0]
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue