Skip to main content
Module

x/jotai/website/postcss.config.js

👻 Primitive and flexible state management for React
Go to Latest
File
/** @type {import('postcss-load-config').Config} */module.exports = { plugins: { 'postcss-import': {}, 'tailwindcss': {}, 'autoprefixer': {}, },};