Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 430 Bytes

File metadata and controls

7 lines (5 loc) · 430 Bytes

Demo for possible sourcemaps issue with TailwindCSS

  1. Clone repo
  2. Run npm install
  3. Run ./node_modules/gulp/bin/gulp.js to compile CSS and sourcemap

If you then open index.html in Chrome and inspect the blue button, you'll see some of the styles reference <input css 1> as the source instead of main.css. You'll also notice the sources array in main.css.map is: ["main.css","<input css 1>","<no source>"].