import { Container } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";
Returns true
if callback returns true
for (at least) one
of the container’s children.
const hasPrefix = rule.some(i => i.prop[0] === '-')
import { Container } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";
Returns true
if callback returns true
for (at least) one
of the container’s children.
const hasPrefix = rule.some(i => i.prop[0] === '-')