mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|