Skip to content

How to send nested key/value options to plugins #41

Description

@argyleink

I'm on codepen trying to customize the features of my preset-env plugin use. I can send stage fine, but I'm not sure how to send the features object key and value.

@use postcss-preset-env {
  stage: 0,
  features: {
    "logical-properties-and-values": false
  }
} 

I have the feature disabled in a local postcss setup, so i know the key/value is good. But on Codepen, it seems to be thrown away, or I can't figure out how to get the syntax right.

Help?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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