macro_rules! include_stylesheet {
    ($($tt:tt)*) => { ... };
}