Browse Source
These changes belong in a separate PR: - postcss.config.js: Windows tailwindcss resolve workaround - src/tailwind.css: @source path change - config/md-raw-loader.cjs: trailing newline fix Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>pull/11756/head
3 changed files with 2 additions and 34 deletions
@ -1,4 +1,4 @@ |
|||
module.exports = function mdRawLoader(source) { |
|||
this.cacheable?.(); |
|||
return `export default ${JSON.stringify(String(source))};`; |
|||
}; |
|||
}; |
|||
@ -1,3 +1,3 @@ |
|||
@import "tailwindcss"; |
|||
|
|||
@source "."; |
|||
@source "./src"; |
|||
|
|||
Loading…
Reference in new issue