jgthms / bulma-start

Start package for Bulma
https://www.npmjs.com/package/bulma-start
MIT License
276 stars 82 forks source link

What's the base64-encoded part in main.css? #18

Open uboubo opened 5 years ago

uboubo commented 5 years ago

Thanks a lot for all the work on Bulma and this starter-package!

What's the base64-encoded part bulma-start/css/main.css, line 6802: /*# sourceMappingURL=data:application/json;base64,eyJ2Z...?

v-stickykeys commented 4 years ago

I think it comes from this autoprefixer tool: https://github.com/postcss/autoprefixer#gulp

v-stickykeys commented 4 years ago

Also info on what a sourcemap is: https://www.richfinelli.com/what-is-a-css-source-maps/