twust_macro 1.1.0

Zero-config Static type-checker for Tailwind CSS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Author: Oyelowo Oyedayo
 * Email: oyelowo.oss@gmail.com
 * Copyright (c) 2023 Oyelowo Oyedayo
 * Licensed under the MIT license
 */
pub mod colorful;
pub mod default_classnames;
pub mod lengthy;
pub mod modifiers;
pub mod signable;
pub mod tailwind_config;
pub mod valid_baseclass_names;