@keboola/postcss-config
v0.1.1
Published
Shared PostCSS preset for the Keboola UI platform — wires up Tailwind CSS for any consumer building on `@keboola/design`.
Readme
@keboola/postcss-config
Shared PostCSS preset for the Keboola UI platform. Wires up
Tailwind CSS as the only PostCSS plugin —
matches the pipeline @keboola/design and the in-monorepo apps use.
Install
npm install -D @keboola/postcss-config postcss tailwindcss@^3
# or
yarn add -D @keboola/postcss-config postcss tailwindcss@^3Use
Reference the preset from your own postcss.config.{js,cjs}:
module.exports = require('@keboola/postcss-config');Pair with @keboola/tailwind-config
so your Tailwind tokens match the platform's.
License
MIT
