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
This demonstrates that the mll-ant prefix works (mll-ant-btn applies), but it doesn't prevent the generation of the default classes (like ant-btn) -> ant-btn and mll-ant-btn-Styles exist
Expectation:
With a prefix being defined in antd.less, only classes with this prefix should be generated and being injected with this library.
The text was updated successfully, but these errors were encountered:
Reproduce:
ant-btn
as another class to the buttonResult:
This demonstrates that the
mll-ant
prefix works (mll-ant-btn
applies), but it doesn't prevent the generation of the default classes (likeant-btn
) ->ant-btn
andmll-ant-btn
-Styles existExpectation:
With a prefix being defined in
antd.less
, only classes with this prefix should be generated and being injected with this library.The text was updated successfully, but these errors were encountered: