blockpress
Forum Replies Created
-
Forum: Plugins
In reply to: [TailPress – Tailwind for WordPress] Inconsistent LoadingYes, 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
In reply to: [TailPress – Tailwind for WordPress] Plugin nameHi @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
Forum: Plugins
In reply to: [TailPress – Tailwind for WordPress] tailwind config@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
In reply to: [TailPress – Tailwind for WordPress] tailwind configHi @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.