collective / volto-form-block

Volto addon for a customizable form block
MIT License
9 stars 8 forks source link

Fix `align-items: start` in CSS - Makes autoprefixer happy :/ #100

Closed sneridagh closed 5 months ago

sneridagh commented 5 months ago

Webpack complains (in the new generator setup)

WARNING in ./node_modules/volto-form-block/src/components/Widget/OTPWidget.css (./node_modules/css-loader/dist/cjs.js??razzle-css-loader!./node_modules/razzle/node_modules/postcss-loader/dist/cjs.js??razzle-postcss-loader!./node_modules/volto-form-block/src/components/Widget/OTPWidget.css)
Module Warning (from ./node_modules/razzle/node_modules/postcss-loader/dist/cjs.js):
Warning

(4:5) autoprefixer: start value has mixed support, consider using flex-start instead

this makes autoprefixer happy.

sneridagh commented 5 months ago

After this, can I have a release? 🙏