tailwind-css 0.13.0

Compile tailwind short instructions to css
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod breakpoints;
mod builder;
mod colors;
mod css_global;
mod effect_system;
mod font_system;
mod instruction;
mod preflight;
mod units;

pub use self::{
    breakpoints::*, builder::*, colors::*, css_global::*, effect_system::*, font_system::*, instruction::*, preflight::*,
    units::*,
};