source: frontend/node_modules/colord/constants.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 358 bytes
Line 
1/**
2 * We used to work with 2 digits after the decimal point, but it wasn't accurate enough,
3 * so the library produced colors that were perceived differently.
4 */
5export declare const ALPHA_PRECISION = 3;
6/**
7 * Valid CSS <angle> units.
8 * https://developer.mozilla.org/en-US/docs/Web/CSS/angle
9 */
10export declare const ANGLE_UNITS: Record<string, number>;
Note: See TracBrowser for help on using the repository browser.