dcasia / mini-program-tailwind

让你的小程序用上原汁原味的 Tailwind/Windi CSS
https://www.craft.do/s/Wx2f9cjGwyZYOx
498 stars 41 forks source link

Compatible with 'space between' utilities #18

Closed ItsRyanWu closed 2 years ago

ItsRyanWu commented 2 years ago

A polyfill that is compatible space-[x,y]-\d syntax, which is called space between, a nice utility provided by Windi CSS. Note that the runtime error caused by using this syntax is because in mini program environment :not() selector can only be used when it's combined with other selectors. e.g. view:not() works but the standalone :not() selector couldn't work.