Skip to main content
Go to Latest
import * as mod from "https://deno.land/x/postcss_autoprefixer@0.2.4/lib/utils.js";

Functions

Change comma list

Throw special error, to tell beniary, that this error is from Autoprefixer.

Escape RegExp symbols

Return true if a given value only contains numbers.

Return regexp to check, that CSS string contain word

Return "-webkit-" on "-webkit- old"

Split the selector into parts. It returns 3 level deep array because selectors can be comma separated (1), space separated (2), and combined (3)

Return array, that doesn’t contain duplicates.