pub fn css>(input: S) -> String { // TODO: Actually do something. return input.as_ref().to_string(); }