I am trying to write a stylelint rule for variables that are interpreted by this plugin. For this purpose I pass postcss-modules-values as a preceeding plugin to the stylelint processor, however the AST this plugin returns does not seem to contain the initial (or transformed) position information (line/index) any more. Is there any way I can access this information?
I am trying to write a stylelint rule for variables that are interpreted by this plugin. For this purpose I pass
postcss-modules-values
as a preceeding plugin to the stylelint processor, however the AST this plugin returns does not seem to contain the initial (or transformed) position information (line/index) any more. Is there any way I can access this information?