Skip to content
This repository has been 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

@ismay
Copy link
Member

ismay commented Jul 7, 2017

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

@ismay ismay closed this as completed Jul 7, 2017
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

3 participants