import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Container } = postcss;
Returns true
if callback returns true
for all of the container’s children.
const noPrefixes = rule.every(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 all of the container’s children.
const noPrefixes = rule.every(i => i.prop[0] !== '-')