Passing 'mode' in JSON configuration #88
Answered
by
sastan
matthewmateo
asked this question in
Q&A
-
I'm wondering how to do this
when passing my config in JSON?
The docs mention that all the options can be passed here, but it seems like 'silent' is being stripped out because it's an object of methods. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
sastan
Jan 16, 2021
Replies: 1 comment 1 reply
-
From https://github.com/tw-in-js/twind/blob/main/docs/setup.md#mode
<script type="module" src="https://cdn.skypack.dev/twind/shim"></script>
<script type="twind-config">
{
"hash": true,
"mode": "silent"
}
</script> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
matthewmateo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://github.com/tw-in-js/twind/blob/main/docs/setup.md#mode