Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.25 KB

Tailwind CSS v2.0 | Wordpress Theme Setup & Install

Source Code for Setup and Install Tailwindcss v2.0 on your Wordpress Theme from CodeWithChu YouTube Channel.

This is using the default twentyseventeen wordpress theme as the base. Adding Laravel Mix as a webpack wrapper. Installing Tailwind Css v2.0 using the PostCSS 7 Compatibility build with Sass and BrowserSync

Install

clone repo into the wordpress themes directory /wp-content/themes/

npm install

NPM Scripts

# Build for Dev
npm run dev
npm run watch

# Build for Production
npm run prod

connect with @codewithchu