UNPKG

@fatherbrennan/css-color

Version:

A TypeScript tree-shakable library for using CSS colors.

23 lines (22 loc) 905 B
//#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 export { accentcolor, accentcolortext, activetext, buttonborder, buttonface, buttontext, canvas, canvastext, field, fieldtext, graytext, highlight, highlighttext, linktext, mark, marktext, selecteditem, selecteditemtext, visitedtext };