Implement --cssfontsurl option which allows specifying a base url used in the CSS template which will override the otherwise relatively generated one
Ensure using --csspath and --htmlpath will always resolve relativity between each others filepaths, and fix logging of their destinations
Implement --selector option which allows specifying more complex base selectors which will be passed to the core library
Add --tag option
Ensure the CSS template supports both usage of a baseSelector and the previous implementation which would generate a pattern-based selector for the classNames
Import the CSS file in the generated HTML rather than inlining the generated CSS, which also kinda works as a test when dealing with relative filepaths
--cssfontsurl
option which allows specifying a base url used in the CSS template which will override the otherwise relatively generated one--csspath
and--htmlpath
will always resolve relativity between each others filepaths, and fix logging of their destinations--selector
option which allows specifying more complex base selectors which will be passed to the core library--tag
optionbaseSelector
and the previous implementation which would generate a pattern-based selector for the classNames