Skip to content
Discussion options

You must be logged in to vote

I hope this will help you:

  1. There was/is a plan to have an ignorelist for warnings. For now I would just go with silent mode.
  2. For the FOUC:
    1. a nuxt plugin like we have for next – I'm happy to help here, but I know almost nothing about nuxt.

    2. body style + class – <body style="opacity: 0" class="!opacity-1"> or <body style="display: hidden" class="!block">

    3. umd with observe – start shimming as soon as possible

      <head>
        <!--- these could all be combined into one script --->
        <!--- see this gist for an example: https://gist.github.com/sastan/c79d341b4bd2d1ec2096c437810b4f50 -->
        <script src="twind/twind.umd.js"></script>
        <script src="twind/observe/observe.umd.js"></script>
        <script>
          

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@rockmandash
Comment options

@tylerforesthauser
Comment options

@sastan
Comment options

@rockmandash
Comment options

@tylerforesthauser
Comment options

Answer selected by rockmandash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants