tailwind-css

How to configure VueJS + PostCss + Tailwind with Storybook

╄→尐↘猪︶ㄣ 提交于 2020-12-29 03:38:06
问题 Anyone have success setting up a project using VueJS, PostCss, and Tailwind with component development in Storybook? I've gotten this far: New vue project ( vue-cli 3.0.5 ) @storybook/vue (4.0.0-alpha.25) tailwindcss (0.6.5) Create component using <style lang="postcss"> ... </style> Use Tailwind @apply within style block to apply utility classes to component The issue I run into is that any components I create stories for using lang="postcss" fail during compilation when running storybook. I

How to configure VueJS + PostCss + Tailwind with Storybook

早过忘川 提交于 2020-12-29 03:37:33
问题 Anyone have success setting up a project using VueJS, PostCss, and Tailwind with component development in Storybook? I've gotten this far: New vue project ( vue-cli 3.0.5 ) @storybook/vue (4.0.0-alpha.25) tailwindcss (0.6.5) Create component using <style lang="postcss"> ... </style> Use Tailwind @apply within style block to apply utility classes to component The issue I run into is that any components I create stories for using lang="postcss" fail during compilation when running storybook. I

How to use TailwindCSS with Django?

允我心安 提交于 2020-12-27 08:10:10
问题 How to use all features of TailwindCSS in a Django project (not only the CDN), including a clean workflow with auto-reloading, and purgeCSS step to be production-ready? When googling, I found a python package named django-tailwind but it did not really helped me in the process. 回答1: TL;DR Install TailwindCSS within your Django project, like any JS project with npm Use a live-reload server package with Django Add purgeCSS config before deploying More detailed explanation 1 - The TailwindCSS

How to use TailwindCSS with Django?

北慕城南 提交于 2020-12-27 08:09:12
问题 How to use all features of TailwindCSS in a Django project (not only the CDN), including a clean workflow with auto-reloading, and purgeCSS step to be production-ready? When googling, I found a python package named django-tailwind but it did not really helped me in the process. 回答1: TL;DR Install TailwindCSS within your Django project, like any JS project with npm Use a live-reload server package with Django Add purgeCSS config before deploying More detailed explanation 1 - The TailwindCSS

How to use TailwindCSS with Django?

隐身守侯 提交于 2020-12-27 08:06:29
问题 How to use all features of TailwindCSS in a Django project (not only the CDN), including a clean workflow with auto-reloading, and purgeCSS step to be production-ready? When googling, I found a python package named django-tailwind but it did not really helped me in the process. 回答1: TL;DR Install TailwindCSS within your Django project, like any JS project with npm Use a live-reload server package with Django Add purgeCSS config before deploying More detailed explanation 1 - The TailwindCSS

How to use TailwindCSS with Django?

偶尔善良 提交于 2020-12-27 08:04:51
问题 How to use all features of TailwindCSS in a Django project (not only the CDN), including a clean workflow with auto-reloading, and purgeCSS step to be production-ready? When googling, I found a python package named django-tailwind but it did not really helped me in the process. 回答1: TL;DR Install TailwindCSS within your Django project, like any JS project with npm Use a live-reload server package with Django Add purgeCSS config before deploying More detailed explanation 1 - The TailwindCSS

Tailwind css backgroundImage doesn't work for me

不羁的心 提交于 2020-12-15 11:47:33
问题 all, I'm trying to make tailwinds backgroundImage solution work, and I found help for many other tailwindcss problems here or on github, but not for this. It's not a complicated task, but still doesn't work. So as in the documentation, I want to create 2 simple background image to use for multiple viewsize. It is stated in the documentation https://tailwindcss.com/docs/background-image "By default, only responsive variants are generated for background image utilities." It means, without any

Tailwind css backgroundImage doesn't work for me

匆匆过客 提交于 2020-12-15 11:46:42
问题 all, I'm trying to make tailwinds backgroundImage solution work, and I found help for many other tailwindcss problems here or on github, but not for this. It's not a complicated task, but still doesn't work. So as in the documentation, I want to create 2 simple background image to use for multiple viewsize. It is stated in the documentation https://tailwindcss.com/docs/background-image "By default, only responsive variants are generated for background image utilities." It means, without any