gulp-css-gsub icon indicating copy to clipboard operation
gulp-css-gsub copied to clipboard

Does it support React Component `className`

Open rwu823 opened this issue 9 years ago • 3 comments

Question as title

rwu823 avatar Mar 02 '16 12:03 rwu823

Not for now, but I am working on it.

milworm avatar Mar 02 '16 17:03 milworm

Great! Thanks for your hard work :+1:

rwu823 avatar Mar 03 '16 05:03 rwu823

thanks, so just to clarify:

  1. You can try to use the current version but for result js and css (not for jsx), it should work.
  2. I am working to add a custom callback function, so you will be able to add your own logic (if needed) when module visits another lexeme, for example: https://github.com/milworm/gulp-css-gsub/blob/master/gulp-css-gsub/test/test.js#L118

milworm avatar Mar 03 '16 06:03 milworm