Have you been tasked with refactoring your project's styling from JSS to CSS? Have you found a neat CSS snippet you want to integrate into your JSS-based project? Are you just in a hurry? Well have I got the tool for you!
Transform your CSS into JSS and your JSS into CSS with this one simple trick: this app.
Full disclosure, this was built in a day. Please don't hesitate to report bugs or send suggestions!
- Enter the value you want to convert into the left-hand textbox.
- Click on the top action button to start the conversion process.
- View your results in the right-hand textbox. Click the copy button located in the top right corner to copy its contents.
- To clear both textboxes, click the "Reset" button.
- To swap between the two formats, click on the bottom swap button.
This app was built using React and TypeScript.