/**
    This module implements CSS Color Module.
    This would be sort-of what you need if you were making a browser.

    Copyright: Copyright Guillaume Piolat 2023-2024.
    License:   $(LINK2 http://www.boost.org/LICENSE_1_0.txt, BSL-1.0)
*/
module colors;

// public API of this package
public import colors.types;
public import colors.colorspace;
public import colors.parser;