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

Small file is unexpectedly modified #90

Open
adam-lynch opened this issue Feb 23, 2016 · 2 comments
Open

Small file is unexpectedly modified #90

adam-lynch opened this issue Feb 23, 2016 · 2 comments

Comments

@adam-lynch
Copy link
Member

I'm working on BlessCSS/gulp-bless#15 and I've noticed the following:

Input:

p {color:red}"

Output:

p {
  color: red;
}

Is that correct?

@mtscout6
Copy link
Member

We are breaking out the source to an AST, splitting up that tree then doing general AST back to string representations. I'm sure there's got to be a way to retain that, but I'm not familiar with how at the moment.

@adam-lynch
Copy link
Member Author

No problem 👍

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

No branches or pull requests

2 participants