When an invalid CSS rule is found during runtime, Griffel does not inject the rule and logs an error to console:
When the same rule is found during build time, Griffel omits the rule but neither the build (CSS extraction) nor the Lint fails.
One of them should report the error so that developers are informed as early in the development cycle as possible.
When an invalid CSS rule is found during runtime, Griffel does not inject the rule and logs an error to console:
When the same rule is found during build time, Griffel omits the rule but neither the build (CSS extraction) nor the Lint fails. One of them should report the error so that developers are informed as early in the development cycle as possible.