Skip to content
Discussion options

You must be logged in to vote

Hey thanks for the suggestions! @csstools/postcss-cascade-layers just worked automagically by adding it to the postcss.config.cjs alongside the panda plugin:

const path = require("path");

module.exports = {
  plugins: {
    "@pandacss/dev/postcss": {
      configPath: path.resolve(__dirname, "../../libs/styled-system/panda.config.ts"),
    },
    "@csstools/postcss-cascade-layers": {}
  },
};

Thanks so much!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mayteio
Comment options

@mayteio
Comment options

Answer selected by mayteio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants