Title: blockpress's Replies | WordPress.org

---

# blockpress

  [  ](https://wordpress.org/support/users/blockpress/)

 *   [Profile](https://wordpress.org/support/users/blockpress/)
 *   [Topics Started](https://wordpress.org/support/users/blockpress/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blockpress/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blockpress/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blockpress/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blockpress/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blockpress/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TailPress – Tailwind for WordPress] Inconsistent Loading](https://wordpress.org/support/topic/inconsistent-loading-2/)
 *  [blockpress](https://wordpress.org/support/users/blockpress/)
 * (@blockpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/inconsistent-loading-2/#post-15917967)
 * Yes, I have an idea what it can be and will release a fix shortly. Thanks for
   reaching out and I hope I can fix your issue with the next release. I will check
   back here with you afterwards once that’s done.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TailPress – Tailwind for WordPress] Plugin name](https://wordpress.org/support/topic/plugin-name-11/)
 *  [blockpress](https://wordpress.org/support/users/blockpress/)
 * (@blockpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/plugin-name-11/#post-15917959)
 * Hi [@jeffreyvr](https://wordpress.org/support/users/jeffreyvr/) ! Yes I realized
   after having already chosen the plugin slug. I’m certainly willing to discuss
   and maybe even collaborate. Please email here to discuss further: [os.support@wpblock.dev](https://wordpress.org/support/users/blockpress/replies/os.support@wpblock.dev?output_format=md)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TailPress – Tailwind for WordPress] tailwind config](https://wordpress.org/support/topic/tailwind-config/)
 *  [blockpress](https://wordpress.org/support/users/blockpress/)
 * (@blockpress)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/tailwind-config/#post-15881314)
 * [@feroz39](https://wordpress.org/support/users/feroz39/) please omit the `module.
   exports =` and only use your javascript object (everything in `{}`). Also, some
   options don’t apply like the content property. So try using:
 *     ```
       {
         theme: {
           colors: {
             'blue': '#1fb6ff',
             'purple': '#7e5bef',
             'pink': '#ff49db',
             'orange': '#ff7849',
             'green': '#13ce66',
             'yellow': '#ffc82c',
             'gray-dark': '#273444',
             'gray': '#8492a6',
             'gray-light': '#d3dce6',
           },
           fontFamily: {
             sans: ['Graphik', 'sans-serif'],
             serif: ['Merriweather', 'serif'],
           },
           extend: {
             spacing: {
               '8xl': '96rem',
               '9xl': '128rem',
             },
             borderRadius: {
               '4xl': '2rem',
             }
           }
         }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TailPress – Tailwind for WordPress] tailwind config](https://wordpress.org/support/topic/tailwind-config/)
 *  [blockpress](https://wordpress.org/support/users/blockpress/)
 * (@blockpress)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/tailwind-config/#post-15819245)
 * Hi [@ihuman](https://wordpress.org/support/users/ihuman/) ! Great idea, I added
   this feature a couple of weeks back. Under Settings > TailPress you can find 
   an area to add your custom config. Sorry for the lack of code editing interface
   there (it’s just a textarea), I’ll make it a little bit prettier and easier to
   use in future releases.

Viewing 4 replies - 1 through 4 (of 4 total)