Skip to content

dmitriid/vite-import-css-reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Bug description

In watch mode vite doesn't rebuild CSS if an @imported file changes.

If you change the root CSS file, the re-build happens as expected.

This repo

This repo closely follows my current setup with respect to location of files, but I don't think there's anything out of the ordinary.

To run

> cd assets
> npm run watch

Results are in priv/static/css/app.css

Try changing assets/css/components/card.css. Nothing happens.

Try changing assets/css/app.css. The CSS is rebuilt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published