forked from madskristensen/BundlerMinifier
-
Notifications
You must be signed in to change notification settings - Fork 14
Named lines which overlap trigger an error #43
Copy link
Copy link
Open
Description
I see the message "(Bundler & Minifier) Expected closing bracket, found 'one-end'" on "Error List".
The CSS line that triggers this is "
grid-template-columns: [one-start] 196px [overlapA-start] 20px [overlapA-end one-end two-start] 216px [overlapB-start] 20px [overlapB-end two-end three-start] 272px [overlapC-start] 20px [overlapC-end three-end four-start] 216px [overlapD-start] 20px [overlapD-end four-end five-start] 196px [five-end];"
I am using this in order to have overlapping areas. If I put in "][", I do not get the error, but the page doesn't work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels