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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Some people include cssnext after other plugins, but since cssnext handle import by default, it should be the first so, if possible:
if cssnext has default options || import to true && import hasn't been piped yet, should throw if not the first plugin
if cssnext has default options || import to true && import has already been piped, should disable import (& should emit a warning ?) if not the first plugin
if cssnext has import to false, just check nothing, people probably know what they are doing
Some people include cssnext after other plugins, but since cssnext handle import by default, it should be the first so, if possible:
That would avoid people doing mistake.