mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
c06d48e0b0
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer')
|
|
]
|
|
}
|