Eric

Results 28 comments of Eric

Any news on this? I am still having this usse. I use Mac OS Mojave. The css files when compiled do not update their modified dates.

After playing around I got it to work like this: It feels like a bandaid though ```js plugins: [ new MiniCssExtractPlugin(), new BrowserSyncPlugin({ host: themeConfig.server, proxy: themeConfig.server, https: true, files:...

omg. I just looked at the source code and discovered you can give it a child icon!?? this is not in the docs!

... yes I understand this, but I didn’t pass a hex string. I passed a variable holding a hex string called $stripe_color. It did work whe I passed a random...

It’s a hex string and it has no spaces. The return value is #252525.

....I have no idea. That’s why I’m using the plugin 😬 My goal is to take in a hex and check if the color is light or dark.

I am having the same issue trying to use the clone('./') It does not like this

If it has to be backwards compatible, I can do that... The biggest changes are the breakpoint accepts a simple unit e.g: 768px instead of a whole query like (min-width...)...

side note: I noticed this latest version in develop does not come with a dist folder... Does that mean... What does that mean? How will they link to the dist...

Thanks I'll look into it and make some changes soon. I am currently tidying up some code and stuff.