UNPKG

@fatherbrennan/css-color

Version:

A TypeScript tree-shakable library for using CSS colors.

14 lines (12 loc) 324 B
//#region src/dist/global/index.ts const inherit = "inherit"; const initial = "initial"; const revertlayer = "revert-layer"; const revert = "revert"; const unset = "unset"; //#endregion exports.inherit = inherit; exports.initial = initial; exports.revert = revert; exports.revertlayer = revertlayer; exports.unset = unset;