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
{{ message }}
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
When the CSS header specifies an absolute path the generated HTML preview takes this CSS file into cognizance. However when the path mentioned is relative the CSS file is ignored.
When the CSS header specifies an absolute path the generated HTML preview takes this CSS file into cognizance. However when the path mentioned is relative the CSS file is ignored.
This works:
CSS: c:\sample_dir\sample.css
This doesn't work:
CSS: .\sample.css