@dgshahr/dg-theme-tailwind-plugin

1.1.0 • Public • Published

Dgshahr tailwind plugin

A tailwind plugin with Dgshahr theme

Run Locally

Install dependencies

  yarn

And After you are done editing

  yarn build

Then change current version in package.json and run

  npm publish

Usage

for version 4.1:

In your main css file file

@import "tailwindcss";
@plugin "@dgshahr/dg-theme-tailwind-plugin";

for version 3.4.17:

In tailwind.config.js file

/** @type {import('tailwindcss').Config} */
module.exports = {
  // ...
  plugins: [require("@dgshahr/dg-theme-tailwind-plugin")],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @dgshahr/dg-theme-tailwind-plugin

Weekly Downloads

19

Version

1.1.0

License

MIT

Unpacked Size

16.9 kB

Total Files

8

Last publish

Collaborators

  • dgshahr