You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the --watch option watches only the specified file even if there are @import statements in the file. Should it also watch files that are included via @import? I'd be interested in this feature and could put together a pull request if needed.
Currently, the
--watchoption watches only the specified file even if there are@importstatements in the file. Should it also watch files that are included via@import? I'd be interested in this feature and could put together a pull request if needed.