I got a Bootstrap template ready, but Visual Studio 2019 is not recognizing some properties. And it’s not rendering the application.
You’re using the minified file?
– Marcos Henrique
Are in the same Path?
– Marcos Henrique
I don’t think you don’t recognize, but rather that you are targeting CSS 4.0, and these "-Webkit" Extensions are not supported, it seems correct. Switch to CSS 3.0 and these warnings should disappear
– Ricardo Pontual
I am using bootstrap.css, yes same path
– Andrey Schemel
Ricardo, do you know where to access this option in 2019 ? I searched but did not find :(
– Andrey Schemel