Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to properly install tailwind css in react

const tailwindcss = require('tailwindcss');
module.exports = {
    plugins: [
        tailwindcss('./tailwind.js'),
        require('autoprefixer')
    ],
};
Source by www.smashingmagazine.com #
 
PREVIOUS NEXT
Tagged: #properly #install #tailwind #css #react
ADD COMMENT
Topic
Name
2+5 =