I deployed below react-search-refiners webpart from the link.
But when i try to change the any CSS files "SearchBoxWebPart.module.css" example if i change the below code
.searchTextField_cd6360a9{width:100%}
to
.searchTextField_cd6360a9{width:100%;height:40px}
After i execute the "gulp serve" command it coming back to below one
.searchTextField_cd6360a9{width:100%}
So please tell me how to do the changes for this.