Excel component (#973)
* [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
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
console.log('PostCSS')
|
||||
console.log('PostCSS');
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'postcss-url': { url: 'inline' },
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user