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
As per the documentation, 4 parameters can be passed to the hr utility. This works as expected as far as functionality.
The Issue:
I'm currently getting a warning in the build output when I pass only one param or when I pass more than 2 params.
It seems that the issue lies in the walkAtRules function in index.js
Solution: Regarding @util hr;, based on documentation, you should be able to pass 0-4 parameters with out any warnings.
The text was updated successfully, but these errors were encountered:
freddyroberts
changed the title
@util hr - should be able to pass 0-4 parameters with out any console warnings
@util hr - should be able to pass 0-4 parameters without any console warnings
May 13, 2022
freddyroberts
changed the title
@util hr - should be able to pass 0-4 parameters without any console warnings
@util hr - should be able to pass 0-4 parameters without any warnings
May 13, 2022
Hi - Thanks for the helpful plugin!
I believe i've discovered a bug with
@util hr;
As per the documentation, 4 parameters can be passed to the
hr
utility. This works as expected as far as functionality.The Issue:
I'm currently getting a warning in the build output when I pass only one param or when I pass more than 2 params.
It seems that the issue lies in the walkAtRules function in index.js
Solution: Regarding
@util hr;
, based on documentation, you should be able to pass 0-4 parameters with out any warnings.The text was updated successfully, but these errors were encountered: