Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Incorrectly fails on 2 or more consecutive template literals #20

Closed
TimeRaider opened this issue Apr 4, 2017 · 2 comments
Closed

Incorrectly fails on 2 or more consecutive template literals #20

TimeRaider opened this issue Apr 4, 2017 · 2 comments

Comments

@TimeRaider
Copy link

import styled from 'styled-components';
const gap = '5px';
const Button = styled.div`
    padding: 0 ${gap} ${gap};
`

produces
Missed semicolon CssSyntaxError

@nathggns
Copy link

+1

@ghost
Copy link

ghost commented Jul 7, 2017

Closed in #52. Please report back if this still occurs.

@ghost ghost closed this as completed Jul 7, 2017
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants