Simple Boilerplate code to get started with Shopify & tailwind CSS
/theme
folder.npm install
in root folder.tw-
(in order to avoid confilicts however you can update this setting in tailwind.config.js
> prefix: false
).{{ 'styles.css' | asset_url | stylesheet_tag }}
in your theme.liquid
in order to pull tailwind css file in your shopufy code.