Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

CSS doesnt work #940

Open leehai100 opened 5 years ago

leehai100 commented 5 years ago

Hi, I'm newbie I installed slate 1.0.0, I tried to edit css but it's not working. Please help me! Collection.liquid

{{ product.price | money }}

Theme.scss: .card{ color:red; }

km-likhon commented 5 years ago

Can you give me screen short please.

Uysim commented 5 years ago

Meet the same problem. happen when u do yarn start. if you build and deploy it is fine. yarn start didn't build correctly

ghost commented 5 years ago

Are you on version: 1.0.0 The latest version is 1.0.0-beta.14 It matters which version you are on because they vary a lot.