Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sass support #56

Closed
mattma opened this issue Oct 24, 2014 · 11 comments
Closed

Add sass support #56

mattma opened this issue Oct 24, 2014 · 11 comments

Comments

@mattma
Copy link

mattma commented Oct 24, 2014

I have tested the sample code which match your video example. It works in SCSS but not in sass. Are you going to make it work in sass as well? thanks.

@barnaby
Copy link
Contributor

barnaby commented Oct 27, 2014

👍

@mkormendy
Copy link

Doesn't libsass take care of this automatically?

@mattma
Copy link
Author

mattma commented Dec 1, 2014

I have tested myself and it did not work.

@P233
Copy link

P233 commented Jan 7, 2015

I've found a way to make takana work with indented Sass syntax.

After installing takana:

  1. Add 'sass', to takana/lib/server.coffee line 61
  2. Add a new line sass : scss underneath takana/lib/renderer/index.coffee line 8

@mattma
Copy link
Author

mattma commented Jan 7, 2015

@P233 Thanks for the head up. It has been a while that I touched the Takana. Do you have a working example somewhere. very basic that I could download and play with it. I tried to do the same setup that I had before (delete the project folder) but I could not even get the scss working with takana.

I did have latest takana, sublime plugins, browser extension. Do not know where it falls off. Thanks

@P233
Copy link

P233 commented Jan 7, 2015

Hi @mattma I can get the latest takana works on Mavericks but not Yosemite, same issues as in #53. Maybe try to downgrade to 0.2.1?

@mattma
Copy link
Author

mattma commented Jan 8, 2015

Thanks, That helps. I think Takana should extend their editor support to WebStorm, and others. And also adding more examples to get started. My two cents.

@barnaby
Copy link
Contributor

barnaby commented Jan 11, 2015

@P233 thanks for your help.

I've just pushed a version 0.4.2, which supports indented sass.

@barnaby barnaby closed this as completed Jan 11, 2015
@mattma
Copy link
Author

mattma commented Jan 11, 2015

Is there an example that you could add into the repo? so that we could just clone, install the dependency, then simply code in sublime and see the action in chrome? That would be awesome.

@barnaby
Copy link
Contributor

barnaby commented Jan 11, 2015

@mattma yup, just pushed https://github.com/mechio/takana-example. Let me know how that goes :)

@mattma
Copy link
Author

mattma commented Jan 12, 2015

I have tested the takana-example project. Thank you for doing that.

I just created a new issue there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants