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 UNCONFIGURABLE: [&str; 61] = [
    "container",
    "columns",
    "break_after",
    "break_before",
    "break_inside",
    "box_decoration_break",
    "box_sizing",
    "float",
    "clear",
    "isolation",
    "object_fit",
    "overflow",
    "overscroll_behavior",
    "position",
    "visibility",
    "flex_direction",
    "flex_wrap",
    "grid_auto_flow",
    "justify_content",
    "justify_items",
    "justify_self",
    "align_content",
    "align_items",
    "align_self",
    "place_content",
    "place_items",
    "place_self",
    "font_smoothing",
    "font_variant_numeric",
    "list_style_position",
    "text_align",
    "text_decoration",
    "text_decoration_style",
    "text_transform",
    "text_overflow",
    "vertical_align",
    "whitespace",
    "word_break",
    "hyphens",
    "background_attachment",
    "background_clip",
    "background_origin",
    "background_repeat",
    "border_style",
    "divide_style",
    "outline_style",
    "mix_blend_mode",
    "background_blend_mode",
    "border_collapse",
    "table_layout",
    "caption_side",
    "appearance",
    "pointer_events",
    "resize",
    "scroll_behavior",
    "scroll_snap_align",
    "scroll_snap_stop",
    "scroll_snap_type",
    "touch_action",
    "user_select",
    "screen_readers",
];