tailwind.config.js 349 B

123456789101112
  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. /** @type {import('tailwindcss').Config} */
  6. module.exports = {
  7. content: ["./src/**/*.{html,js,tsx}"],
  8. theme: {},
  9. plugins: [],
  10. };