Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters interfere with CSS #40

Closed
kennethormandy opened this issue Jul 21, 2013 · 1 comment
Closed

Special characters interfere with CSS #40

kennethormandy opened this issue Jul 21, 2013 · 1 comment
Assignees
Labels

Comments

@kennethormandy
Copy link
Collaborator

Using special characters in a LESS or Stylus file causes the end of the CSS file to get cut off a few characters early.

Input

q
    quotes: "" "" "" ""

body
    background: #FF00AA

Expected Output

q {
    quotes: "“" "”" "‘" "’";
}
body {
    background: #FF00AA;
}

Actual Output

q {
  quotes: "“" "”" "‘" "’";
}
body {
  background:
@ghost ghost assigned sintaxi Jul 21, 2013
@sintaxi
Copy link
Owner

sintaxi commented Jul 21, 2013

nice find. Ill try to isolate the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants