You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
yarn start seems to work completely fine as does yarn deploy. I'll also add i'm not looking to add themes to the Shopify theme store, these would solely be for clients / personal use.
Cause me any problems over the lifetime of a project? I'm relatively new to Shopify and even more so to Slate. I can't forsee any problems, just thought i'd ask the experts here!
The text was updated successfully, but these errors were encountered:
Hey @dan-gamble -- sorry this issue got buried in my notifications.
Happy that you're giving pure PostCSS a shot. The only thing I would watch out for is the our IE11 polyfill for CSS variables -> Liquid variables. This is only needed if you need Liquid values in your CSS, which is typically needed if you're allowing your theme to be editable via the Theme editor.
Thanks for your insight, currently we don't do this as we build bespoke on a per client basis and don't give them control in the settings for various reasons.
Think i'll give this a whirl on my next project.
Before coming to work on Shopify i was PostCSS all the way so eager to see how it can make my Shopify development easier.
I'm looking to replace Sass complete with PostCSS. I personally find it much better to work with.
I've got everything working hunky dory with something along the lines of:
Along with:
yarn start
seems to work completely fine as doesyarn deploy
. I'll also add i'm not looking to add themes to the Shopify theme store, these would solely be for clients / personal use.My sole question is, will this:
Cause me any problems over the lifetime of a project? I'm relatively new to Shopify and even more so to Slate. I can't forsee any problems, just thought i'd ask the experts here!
The text was updated successfully, but these errors were encountered: