SASS based version of Magento 2 Blank theme, with Tailwind css included.
- Clone this repository in app/design/Vendor/Theme
- Change registration.php
- Set you application to
developermode - Run
bin/magento setup:upgradeto register theme - cd to app/design/frontend/vendor/theme run
yarn or npm installto install node dependencies - run
gulp sassto compile the scss files to css
