A tailwind plugin with dg shahr theme
Install dependencies
yarn
Link package to node_modules and watch for compile tailwind
yarn dev
And After you are done editing
yarn build
Then change current version in package.json
and run
npm publish
In tailwind.config.js
file
/** @type {import('tailwindcss').Config} */
module.exports = {
// ...
plugins: [require("@dgshahr/dg-theme-tailwind-plugin")],
};