Skip to content

Getting a strange PostCSS error after updating Meteor #312

@eybarta

Description

@eybarta

Hey, thx for your great work.

After updating Meteor to last version + packages..
I'm getting this error running locally which strangely goes away
after I save a file and HR kicks in.. It's more bothersome
because sometimes my deployment breaks because of the same error.
image

My package.json settings:

"postcss": {
    "plugins": {
      "autoprefixer": {
        "browsers": [
          "last 2 versions"
        ]
      },
      "postcss-responsive-type": {},
      "lost": {}
    }
  }

and I have those libs installed..

Please let me know if you need more information and how to solve this issue.

Thanks again

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions