mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
6946d6ddeb
* remove teilwind CSS imports * remove Teilwind package * remove unused CSS * update from master * file format changes * update reset file * Drop unused Differ file * update hunk line highlight color
11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
const autoprefixer = require('autoprefixer');
|
|
|
|
const config = {
|
|
plugins: [
|
|
//But others, like autoprefixer, need to run after,
|
|
autoprefixer
|
|
]
|
|
};
|
|
|
|
module.exports = config;
|