Skip to main content
Typo83
Participating Frequently
August 8, 2012
Answered

Im looking for Sass extension Dreamweaver cs6

  • August 8, 2012
  • 4 replies
  • 39387 views

I would like it the Sass  in the Dreamweaver to be useful integrating. (extension(*.scss) and language support) [Im working PC]

Can somebody help me?

This topic has been closed for replies.
Correct answer AllDayDev2

Not aware of an extension for this, but here's a blog post by Greg Rewis with info about how to add support for SASS in Dreamweaver:

http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/

4 replies

Participant
June 12, 2013

I've not been able to find a solution to this anywhere.

I'm using CS6 (creative cloud) on a win7 PC.

I've followed through all of the steps that are posted in a couple of the solutions above - editing MMDocumentTypes.xml and both of the Extensions.txt files. I've noticed that all of the suggested solutions refer to earlier versions of DW, not CS6.

LESS and SCSS files both open in DW following this, but I don't get any nice code colouring or hinting. Any help would be appreciated.

Participant
June 12, 2013
Participant
May 1, 2013

I have added some extensions for dreamweaver and its working fine for me and I found it at http://webdesignsolutions.co.in/sass-extension-to-dreamweaver

I hope this will work for all. Try it once.

Participating Frequently
September 7, 2012

Built an extension to do this:

https://github.com/adamcoulombe/dw-compass-codehints

It also adds code hinting for many compass mixins...

Typo83
Typo83Author
Participating Frequently
September 7, 2012

Thanks! Very helpful!

AllDayDev2
Community Manager
AllDayDev2Community ManagerCorrect answer
Community Manager
August 8, 2012

Not aware of an extension for this, but here's a blog post by Greg Rewis with info about how to add support for SASS in Dreamweaver:

http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/

Typo83
Typo83Author
Participating Frequently
August 8, 2012

Thank You!