-
Notifications
You must be signed in to change notification settings - Fork 76
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
scssPHP 1.5.2 & update deprecations #195
Conversation
@stof Actually seemed like this was pretty straightforward to update. Thoughts? Things I might have missed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are still using the compile()
method and not the new compileString()
API.
Be careful though when migrating. When using SOURCE_MAP_FILE
, the new API does not write the sourcemap to disk (just like the compiler never wrote the CSS to disk). The content of the source map will be available in the returned CompilationResult object.
@stof, Ok. I think I got the compileString() working. |
…tThink/WP-SCSS into scssPHP-1.5.2-update-deprications
No description provided.