1// Take a look at the license at the top of the repository in the LICENSE file.
2
3#[cfg(feature = "html")]
4extern crate regex;
5
6pub mod css;
7#[cfg(feature = "html")]
8pub mod html;
9pub mod js;
10pub mod json;
11