We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e7471 commit 44641c8Copy full SHA for 44641c8
1 file changed
packages/cursorless-org-docs/src/plugins/tailwind-config.js
@@ -0,0 +1,9 @@
1
+module.exports = function tailwindPlugin(context, options) {
2
+ return {
3
+ name: "tailwind-plugin",
4
+ configurePostCss(postcssOptions) {
5
+ postcssOptions.plugins.push(require("tailwindcss"));
6
+ return postcssOptions;
7
+ },
8
+ };
9
+};
0 commit comments