archetype-themes / plugin-theme-component

A Shopify CLI plugin for building theme components.
MIT License
9 stars 4 forks source link

Opinionated PostCSS Config #328

Closed montalvomiguelo closed 8 months ago

montalvomiguelo commented 8 months ago

Reverts some of f00ed3f

We need a minimal setup that allows us to write modern CSS that outputs CSS supported by the browser’s list of Shopify. There are no plans to support SASS or non-native CSS functionalities.

With this update, installing build dependencies at the collection or theme level is no longer necessary.

Once native css-nesting and at-ruled-custom-media are better supported by browsers, we could remove build steps for CSS.