mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('postcss-import'),
|
|
require('tailwindcss'),
|
|
require('autoprefixer')
|
|
]
|
|
};
|