mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

scss partials not rendering #80

Open adyz opened 9 years ago

adyz commented 9 years ago

Hi Guys,

First of all, wonderful project!

One issue that I have is that when I modify a partial located in another folder, the changes are not reflected.

If I go in the main.scss file where I load the partial and I comment and un-comment the import, the changes are visible.

Is this happening to everyone?

Thank you, Adrian

ob7 commented 9 years ago

Whats a partial?

MattyBalaam commented 9 years ago

Sass files which are imported into another file for compiling: http://sass-lang.com/guide#topic-4

billybrown commented 9 years ago

hmm - this doesn't happen to me. It works fine (for me at least) as long as your partial in the folder is being imported into your main partial.