css-knife 0.1.5

A tool for shortening css classes
Documentation
1
2
3
4
5
use css_knife::starter::start_all;

pub fn main() {
    start_all();
}