postcss.config.js 349 B

12345678910
  1. // Copyright (c) Meta Platforms, Inc. and affiliates.
  2. // All rights reserved.
  3. // This source code is licensed under the license found in the
  4. // LICENSE file in the root directory of this source tree.
  5. const tailwindcss = require("tailwindcss");
  6. module.exports = {
  7. plugins: ["postcss-preset-env", 'tailwindcss/nesting', tailwindcss],
  8. };