Wappler Version : 6.01
Operating System : Mac M1
Server Model: Node
Database Type: MySql
Hosting Type: Docker
Expected behavior
What do you think should happen?
The recent updates have resulted in my custom CSS file being littered with ‘red’. All based on the display: -ms-flexbox; property as I understand Bootstrap has stopped supporting Internet Explorer.
I have not included this property myself, I have display:flex and it appears both:
display: -webkit-box;
display: -ms-flexbox;
are being included automatically. If I delete these rows and save, it includes them again.
The reason why those two lines appear automatically, is because you have set the option to auto add the prefixer and selected other than Only current browsers as in
This has nothing to do with Bootstrap.
The errors in the code editor are code-editor related, not Bootstrap related.
You can check the exact error messages at the bottom of the code editor:
I have also been getting the same errors. I think these started after upgrading to v6.0.0. As @ben mentioned in his post, these errors could be related to the editor linting. I have been ignoring these errors, but it would be nice to not show these properties as errors.