I have a scss file and I will compile it into a css file using scss. The scss to css compiler detects errors in the scss file, but it seems too tolerant. That is, even when I am mistaken in the name of the style attributes, it compiles without errors. Is there a way to make it return an error if there is no style attribute in the scss file that does not exist in css3 or in imported functions? There is also the option to write an invalid value for styles, but I know this is more complicated, and I do not ask for it.
source share