mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
import tailwind from 'tailwindcss';
|
|
import autoprefixer from 'autoprefixer';
|
|
import tailwindConfig from './tailwind.config.js';
|
|
|
|
export default {
|
|
plugins: [tailwind(tailwindConfig), autoprefixer],
|
|
};
|