Using LESS with create-react-app without Ejecting 🤐

added by JavaScript Kicks
12/12/2018 9:20:10 AM

639 Views

If you're a fan of create-react-app(React's official command line interface),you probably know it should supports SASS by default. Thos feature is ready and will be included in the next release of the project. So, using SASS or SCSS with CRA should be rather simple.


0 comments