mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
import autoprefixer from 'autoprefixer';
|
|
|
|
module.exports = {
|
|
plugins: [autoprefixer],
|
|
};
|