We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following error shows upon running gulp styles:
gulp styles
throw er; // Unhandled 'error' event ^ CssSyntaxError: /Users/kwight/Sites/trunk/src/wp-content/themes/picard/style.css.map:3:1: Unknown word
Commenting out autoprefixer from the equation allows the compile to complete.
The text was updated successfully, but these errors were encountered:
@kwight is this still an issue? If not, let's close this one out.
Sorry, something went wrong.
As per other issues, I'm planning to switch build process over to Webpack so this will hopefully no longer be an issue.
(Though I think this particular bug is already fixed by @ataylorme's gulp improvements.)
styles task seems to work well with #48
No branches or pull requests
The following error shows upon running
gulp styles
:Commenting out autoprefixer from the equation allows the compile to complete.
The text was updated successfully, but these errors were encountered: