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 921b4b6 commit 1fdf679Copy full SHA for 1fdf679
packages/@tailwindcss-postcss/src/index.ts
@@ -76,10 +76,8 @@ function tailwindcss(opts: PluginOptions = {}): AcceptedPlugin {
76
},
77
async OnceExit(root, { result }) {
78
let inputFile = result.opts.from ?? ''
79
- console.log({ inputFile })
80
let context = cache.get(inputFile)
81
let inputBasePath = path.dirname(path.resolve(inputFile))
82
- console.log({ inputBasePath })
83
84
function createCompiler() {
85
return compile(root.toString(), {
0 commit comments