Skip to content

Commit

Permalink
revert preflight css to url
Browse files Browse the repository at this point in the history
  • Loading branch information
Srivatsav K authored and Srivatsav K committed Oct 11, 2024
1 parent 72cb8fe commit 9d622b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/docusaurus-tailwindcss-loader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (context, options) {
tagName: "link",
attributes: {
rel: "stylesheet",
href: "./preflight.min.css",
href: "https://cdn.jsdelivr.net/npm/tailwindcss/dist/preflight.min.css",
},
},
],
Expand Down
1 change: 0 additions & 1 deletion plugins/docusaurus-tailwindcss-loader/preflight.min.css

This file was deleted.

0 comments on commit 9d622b9

Please sign in to comment.