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:
João Demenech
2023-07-13 13:02:37 -03:00
committed by GitHub
parent 58b7b4e753
commit f3c2a2ffa7
10 changed files with 443 additions and 24 deletions

View File

@@ -1,8 +1,9 @@
console.log('PostCSS')
console.log('PostCSS');
export default {
plugins: {
'postcss-import': {},
'postcss-url': { url: 'inline' },
tailwindcss: {},
autoprefixer: {},
},