I ran into the same issue. If stylelint-scss asks you to use list.nth
, make sure every SCSS file that calls list.nth
includes @use "sass:list";
. If after making the change it still throws errors try restarting your development server and clearing the cache for good measure.