Go to file
Tyler Hallada c9c89f3622 Replace Transformer with Sanitizer
Tried to keep them separate but it was starting to get too messy. Users can just
pass in custom transformers in the second constructor argument. Plus, this more
closely matches the ruby sanitize API.

Changed config to be a struct. So far, have only made a `DEFAULT_CONFIG`. Need
to make all of the others as well.

Started working on a `remove_contents_when_unwrapped` option to the config that
will indicate whether to remove contents of elements that are unwrapped.
2020-04-21 21:35:08 -04:00
src Replace Transformer with Sanitizer 2020-04-21 21:35:08 -04:00
.gitignore Rename Traverser -> Transformer 2020-04-18 18:34:53 -04:00
build.rs Filtering at-rules by name 2020-03-21 23:12:01 -04:00
Cargo.lock WIP adding css property names to string cache 2020-03-19 14:34:24 -04:00
Cargo.toml WIP adding css property names to string cache 2020-03-19 14:34:24 -04:00