This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-15 09:04:19 +00:00
|
|
|
module.exports = {
|
2022-02-18 08:20:47 +00:00
|
|
|
plugins: [require("tailwindcss/nesting"), require("tailwindcss"), require("autoprefixer")],
|
|
|
|
};
|