We are building a React app, with webpack, and I am using sass-loader which in turns it is using node-sass to convert SCSS into css.
The problem is that node-sass uses only python2.7, and I am working in a big company where they have extremely restricted policies on developer machines, where they allow only python3.x.
In order to install python2.7 I need to request an exception, which will goes to the company IT headquarter.
Is there an alternative for Node-sass that doesn't require python2.7?