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
We use @value and :export for different purposes. @value to create a variable for the current file to be used and :export to export things to be used by javascript.
We require our developers to use :export when they intent to expose the value. The :export statement clearly communicates it is used outside of css. The side effect of @value complicates this clarity because it exports as well.
Would you be willing to add a configuration option that prevents an
@value
to generate an:export
rule?The text was updated successfully, but these errors were encountered: