mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
8152ef3371
* wip * init collection * convert identify * convert precompute * convert adapters * convert marketing-pages * convert feature-flags-in-edge-middleware * remove docs * rename to snippets * rename collection to snippets * eslint * list examples on landing page * remove unused code
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|