Simone

Results 1 comments of Simone

same problem with `@supports` feature query. here is my code (taken from bootstrap4): ```` @supports (transform-style: preserve-3d) { .carousel-item-next, .active.carousel-item-right { transform: translate3d(100%, 0, 0); } } ```` output: ```...