mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-18 02:15:44 +02:00
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer')
|
|
]
|
|
}
|