UNPKG

@fatherbrennan/css-color

Version:

A TypeScript tree-shakable library for using CSS colors.

42 lines (40 loc) 1.29 kB
//#region src/dist/system/index.ts const accentcolor = "accentcolor"; const accentcolortext = "accentcolortext"; const activetext = "activetext"; const buttonborder = "buttonborder"; const buttonface = "buttonface"; const buttontext = "buttontext"; const canvas = "canvas"; const canvastext = "canvastext"; const field = "field"; const fieldtext = "fieldtext"; const graytext = "graytext"; const highlight = "highlight"; const highlighttext = "highlighttext"; const linktext = "linktext"; const mark = "mark"; const marktext = "marktext"; const selecteditem = "selecteditem"; const selecteditemtext = "selecteditemtext"; const visitedtext = "visitedtext"; //#endregion exports.accentcolor = accentcolor; exports.accentcolortext = accentcolortext; exports.activetext = activetext; exports.buttonborder = buttonborder; exports.buttonface = buttonface; exports.buttontext = buttontext; exports.canvas = canvas; exports.canvastext = canvastext; exports.field = field; exports.fieldtext = fieldtext; exports.graytext = graytext; exports.highlight = highlight; exports.highlighttext = highlighttext; exports.linktext = linktext; exports.mark = mark; exports.marktext = marktext; exports.selecteditem = selecteditem; exports.selecteditemtext = selecteditemtext; exports.visitedtext = visitedtext;