This is just a technology testing project based on Create React App and TailwindCSS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 line
165B

  1. const tailwindcss = require('tailwindcss');
  2. module.exports = {
  3. plugins: [
  4. tailwindcss('./tailwind.config.js'),
  5. require('autoprefixer'),
  6. ],
  7. };