-
webpack.dev.config.js
```
const webpack = require('webpack');
const path = require('path');
const ExtractTextWebpackPlugin = require('extract-text-webpack-plugin');
const HtmlWebpackPlugin = requ…
-
Unless otherwise specified, color channel values are not clamped, which applies to values produced by math functions, which can be infinite.
Infinite color channel values produce `NaN` in most conv…
-
Hi there
I've spent about an hour trying to add this into my new test project. Is there an example project I can clone and learn from? If not, then it would be super great to create. I'd really lov…
-
hi, i set viewportWidth: 375 and then run in the phone 6 simulator whose width is exactly 375, then i set **font-size: 16px**, but end up in 5vw, the right value should be 16 / 3.75 = 4.276. please he…
-
## The devDependency [postcss-load-config](https://github.com/michael-ciniawsky/postcss-load-config) was updated from `2.0.0` to `2.1.0`.
🚨 [View failing branch](https://github.com/tailify/postcss-p…
-
Add more test for yeoman generator
-
If it's possible to eventually extend support to Sass and SCSS well, that would just make this even more amazing.
-
## [style-loader](https://github.com/webpack-contrib/style-loader)
Adds CSS to the DOM by injecting a `` tag
## [css-loader](https://github.com/webpack-contrib/css-loader)
The css-loader interpre…
-
I just recently decided to give Qbs a proper go because... I don't want to end up in CMake land ever again.
I have pledged in the comments of [this bugreport](https://bugreports.qt.io/browse/QBS-17…
-
Trying this to integrate this in webpack3. Is it posible?
Could you please provide an example