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
developer
mode - Run
bin/magento setup:upgrade
to register theme - cd to app/design/frontend/vendor/theme run
yarn or npm install
to install node dependencies - run
gulp sass
to compile the scss files to css