* [components,excel][m]: initial version of the <Excel /> component * [components,excel][m]: add support for multiple sheets * [components,map,excel][l]: fix leaflet map markers on prod and implement excel component * Bump version * [components,excel][xs]: change data for one of the stories
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
console.log('PostCSS');
|
|
|
|
export default {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'postcss-url': { url: 'inline' },
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|