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

gmhenderson/tailwindcss-sourcemaps-issue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>"].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages