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

Dont add postcss loader gratuitously #937

Closed
wants to merge 2 commits into from
Closed

Commits on Aug 8, 2017

  1. Dont add postcss loader gratuitously

    If the user has not configured any special options for postcss within vue loader and has not added any special query params within the lang attribute (i.e. they just declared <style lang="postcss">) then they probably just wanted syntax highlighting, because postcss is already being run on they styles.
    trainiac authored Aug 8, 2017
    Configuration menu
    Copy the full SHA
    9435b3a View commit details
    Browse the repository at this point in the history
  2. lint fix

    trainiac authored Aug 8, 2017
    Configuration menu
    Copy the full SHA
    b5c5d7f View commit details
    Browse the repository at this point in the history