tailwindcss with django

Solutions on MaxInterview for tailwindcss with django by the best coders in the world

showing results for - "tailwindcss with django"
Juan Martín
09 Sep 2017
1"build": "postcss css/tailwind.css -o ../your-django-folder/your-path-to-static/css/tailwind-output.css",
Arsène
05 Jan 2021
1module.exports = {
2    plugins: [
3        require('tailwindcss'),
4        require('autoprefixer')
5    ]
6}
Gianluca
11 Mar 2020
1mkdir css; touch css/tailwind.css