RustyDev
RustyDev
+1 for adding mixins. With `@extend` you can't do the following: ```sass @include until($desktop) { @extend .is-size-2; } ``` ``` You may not @extend an outer selector from within @media....
If I were to do this how would it be implemented?
"Google indexing of paginated content, rel="next" and rel="prev" declarations belong in the `` section, not in the body as anchor links." http://www.google.com/support/forum/p/Webmasters/thread?tid=344378292ff91e8d&hl=en
I'm experiencing this as well. Seems like a bunch of others are who are using Slate. Can this be reopened and investigated? It's making for very slow development.
Thank you for the response. Is there another channel to report this bug so that Shopify devs can hear from us? This bug is making theme development 2x what it...
Thanks for the reply. In order for theme developers to take advantage of the preview, I wish there was an option to try out preview using the tools we already...
I'm having the same issue. It seems to be coming from updating `babel-preset-shopify`: ``` babel-preset-shopify latest 16.6.0 ❯ 17.0.1 https://github.com/Shopify/babel-preset-shopify``` That updates Babel to 7 and then that throws off...
The first step doesn't seem correct. [The new project command](https://shopify.github.io/slate/docs/create-a-new-slate-project) in the docs uses npx: npx create-slate-theme my-new-theme
> ```js > const rules = [ > { > test: /snippets\//, > loader: 'file-loader', > options: { > name: `../snippets/[name].[ext]`, > } > }, > ]; > > module.exports...
Strange, I still get the same error after upgrading all packages and using your config (without plugins).