tailwind_css/modules/accessibility/
mod.rs

1mod screen_reader;
2
3pub use screen_reader::TailwindScreenReader;