twust_macro 1.1.0

Zero-config Static type-checker for Tailwind CSS
Documentation
/*
 * Author: Oyelowo Oyedayo
 * Email: oyelowo.oss@gmail.com
 * Copyright (c) 2023 Oyelowo Oyedayo
 * Licensed under the MIT license
 */
pub const LENGTHY: [&str; 50] = [
    "p",
    "pt",
    "pr",
    "pb",
    "pl",
    "px",
    "py",
    "m",
    "mt",
    "mr",
    "mb",
    "ml",
    "mx",
    "my",
    "space-x",
    "space-y",
    "inset",
    "inset-y",
    "inset-x",
    "top",
    "right",
    "bottom",
    "left",
    "w",
    "h",
    "min-w",
    "max-w",
    "min-h",
    "max-h",
    "border",
    "border-t",
    "border-r",
    "border-b",
    "border-l",
    "text",
    "gap",
    "gap-x",
    "gap-y",
    "grid-cols",
    "grid-rows",
    "stroke",
    "ring",
    "translate-x",
    "translate-y",
    "scale-x",
    "scale-y",
    "rotate",
    "skew-x",
    "skew-y",
    "underline-offset",
];