Description Usage Arguments See Also
View source: R/tailwind-build.R
Builds the Tailwind CSS file based on the configuration in dir
. It's
recommended that you use JIT mode when running tailwind_install()
to make
this process faster.
1 2 3 4 5 6 |
input |
(pth) path to the input css file with tailwind directives |
config |
(pth) path to the config js file that dictates rendering |
output |
(pth) path to the output css file that can be linked |
prod |
(flg) to render production build vs development |
Other Tailwind CSS:
tailwind_assets()
,
tailwind_demo()
,
tailwind_init()
,
tailwind_install()
,
tailwind_run()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.