Closed sjstark closed 2 years ago
I updated vue-ssr-carousel with a fix for this https://github.com/BKWLD/vue-ssr-carousel/pull/79. I'm not sure where else it's needed. I don't see either >>>
or /deep/
in this package or in https://github.com/BKWLD/stylus-library. If you run across any instances in one of our packages, lemme know.
I wouldn't expect the breakpoint mixins to be affected by this...
Found another case: https://github.com/BKWLD/cloak-visual/pull/10
I think that was the last one, can no longer repro those warnings on https://github.com/BKWLD/bukwild.com
It seems like we're using dated combinators somewhere within the package, which is leading to functionality not working perfectly (Can't seem to get layout mixins to work like
+tablet-up()
)