2.0.14 • Published 12 months ago

@sundaeswap/postcss-config v2.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

postcss-config

These are base shared postcss.config.js configs to use in your downstream project.

Installation

To install, run the following in your project root:

bun run add tailwindcss @sundaeswap/postcss-config -D

Within your postcss.config.js file, extend this config via:

const { getConfig } = require("@sundaeswap/postcss-config");

module.exports = {
  ...getConfig()
};
2.0.14

12 months ago

2.0.13

12 months ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago