You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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