mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +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],
|
|
};
|