Skip to content

pantoken / renderers/pendo/src / addImportant

Függvény: addImportant()

addImportant(): Plugin

Béta

Hozza létre az add-!important beépülőmodult.

Visszatérés

Plugin

Példa

ts
import postcss from "postcss";
import { addImportant } from "@pantoken/pendo";

const { css } = postcss([addImportant()]).process(".x{color:red}", { from: undefined });
// ".x{color:red !important}"