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