mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-23 21:04:36 -05:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {
|
|
overrideBrowserslist: ['last 2 versions']
|
|
}
|
|
}
|
|
};
|