-
When I'm using spritesmith in output css I have code:
`/* Sprites */
/*
SCSS variables are information about icon's compiled state, stored under its original file name
.icon-home {
width: $…
-
Hey there,
Minor issue, but the individual image variables lists in the generated stylesheet - in my case SCSS - always have trailing commas before the closing bracket.
For instance,
```
$img: (0px…
-
Is it possible to set that scss with mixins and variables and also css with classes will be generated?
I can only set only one of these formats, not both together.
-
I'd like my backgrounds to not repeat which I am guessing might be a common use-case. Would it be possible to add the css property to the generated CSS?
-
Is there a way to generate `:hover` styles from the name of the image?
-
Hi!
Have not found quick solution.
I have `icons` folder with all my icons. For **some of them**, I want to generate retina css classes.
I expect Grunt task to generate additional retina classes fo…
-
If I add `padding: 4`, the generated css is unchanged, but the sprites obviously moved in the combined image. Is css generation ignoring padding?
andig updated
6 years ago
-
Is there a way to set the output to be png 8?
Bnaya updated
6 years ago
-
* Operating System: `Ubuntu 16.04.3 LTS`
* Node Version: `v8.9.4`
* NPM Version: `5.6.0`
* webpack Version: `2.2.1`
* webpack-serve Version: `^0.3.0`
This issue is for a:
- [x ] **bug**
- […
-
I get this error thrown. Why?
```
An error was thrown while starting webpack-serve.
Error: An error was thrown while initializing Webpack
TypeError: Cannot read property 'watchRun' of undefin…