-
If you use postcss-unprefix with https://github.com/twolfson/gulp.spritesmith
Result:
```css
.icon-sprite1 {
background-image: url(sprite.png);
background-position: -100px 0px;
width: 50…
-
Hello,
I have been using amcharts a while now in a project. Wanted to update to a newer version and now I get the error message "webpackJsonp is not defined". We do not use webpack, we use gulp ins…
-
is there a way to remove that extension name on every image name. it's really annoying. Otherwise great job. Thank you.
-
I found recently that sprites that have the same name as other sprites are included in the generated spritesheet. And yet, unless you customize your particular spritesheet template use sprites based o…
-
How to change units if it possibles in gulp config?
Or I can make it manually with separating mixin out of general scss file and change units there, BUT mixiты operate with some kind array indexes …
-
### 问题描述
项目升级到webpack v4,本地dev运行没有问题,打包的时候出错
命令行一大堆css代码,然后是报错
CssSyntaxError: :6785:25: Missed semicolon,也完全看不出是哪里出的错
没升级之前没有这个问题
### 可以复现
反反复复调试后,发现
把‘duplicate-style’插件代码注释掉后,就打包正常
### 相…
-
https://www.npmjs.com/package/imagemin
Hi,
I used to use gulp spritesmith before webpack became quite standard as a build tool. In my old solution with the image and css streams I was able to pipe…
-
I would like to be able to **output a jpg** because its size is much smaller than the png.
Of course, this is not an issue but a request for new features ;)
Thanks for your plugin, which is useful…
-
Hi,
I tried to go by example but I needed to do some changes and some errors occurred.
For instance: I'm not using a stylus, only CSS so I changed the extension of the generated file to CSS.
Everyt…
-
I follow all the README Steps for running it local. running locally fine (migration/run-server)
Then
```
heroku create appname
git add -a
git commit -m 'intial commit'
git push heroku master
``…