@stalso
I am developer form Belarus. My main areas is .NET, ASP.NET and developing for Autodesk. But I want to discover something new
Nothing here yet.
No blogs yet.
You can easily use react toolbox. To integrate toolbox you should: Install toolbox and sass-loader Configure webpack with sass loader { test: /\.scss$/, include: /(react-toolbox|app)/, loaders: [ 'style-loader', 'css-loader?modules&sourceMap&importLoaders=2&sourceMap&localIdentName=[name]__[local]___[hash:base64:5]', 'postcss-loader', 'sass-loader?sourceMap' ],} Include somewhere in your app import 'react-toolbox/lib/commons.scss'; .