We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The command line --style parameter is very useful to me, but I'd like to use it from a .js file. Any clue how? Didn't find it in the doc.
--style
Thanks
The text was updated successfully, but these errors were encountered:
I would like this feature too.
Sorry, something went wrong.
Any time that I've included the default style.css in the output from inside a .js file, I've read it in beforehand and cached it.
style.css
const style = require('fs').readFileSync(__dirname + '/node_modules/tableify/style.css');
Or something similar.
Maybe on a future release I'll just read the style.css file in and attach it to the module as tableify.style or something.
tableify.style
No branches or pull requests
Hi,
The command line
--style
parameter is very useful to me, but I'd like to use it from a .js file. Any clue how? Didn't find it in the doc.Thanks
The text was updated successfully, but these errors were encountered: