atom-javascript-refactor icon indicating copy to clipboard operation
atom-javascript-refactor copied to clipboard

Support .css files

Open jurassix opened this issue 8 years ago • 1 comments

create-react-app bootstraps css support loaded from JavaScript; JS files have import statements to .css files. We need to update our JS files if these move.

jurassix avatar Sep 01 '16 20:09 jurassix

Does this prefer to (I would call it) bug that each import of a css-file is destroyed after moving files by removing the .css ending in the import? We're using postCss and it is actually a little tricky to use your plugin because of this behaviour :/

PatricSachse avatar Jul 07 '17 07:07 PatricSachse