Skip to main content
Participant
February 20, 2017
Answered

How to Upgrade CSS properties/commands in CS6?

  • February 20, 2017
  • 2 replies
  • 339 views

Hi,

I am using Adobe Dreamweaver CS6 and few new commands of css3 are not coming in suggestionbox of properties like "flex" properties and many more.

Please let me know how could i upgrade all commands in CSS6 version.

Thanks in advance.

Regards,

Ambuj Khanna

This topic has been closed for replies.
Correct answer pziecina

CS6 does not support many of the new css properties, and will never be updated to do so as it is legacy software.

You could write an extension to include these, but i know of no extension that is free or paid for that is available. Even the latest Dw 2017 is missing many of the new css properties, and if you require any css properties to include vendor prefixes, the only method Dw 2017 has that will do this is to use code view and sass/less, which in my opinion is a ludicrous method.

2 replies

Nancy OShea
Community Expert
Community Expert
February 20, 2017

CS6 is no longer sold, supported or updated.  Make sure to include the vendor prefixes when you write your code.  And don't expect much support in Design or Live view for advanced CSS.  Always use preview in browsers to check your work.

Nancy

Nancy O'Shea— Product User & Community Expert
pziecina
pziecinaCorrect answer
Legend
February 20, 2017

CS6 does not support many of the new css properties, and will never be updated to do so as it is legacy software.

You could write an extension to include these, but i know of no extension that is free or paid for that is available. Even the latest Dw 2017 is missing many of the new css properties, and if you require any css properties to include vendor prefixes, the only method Dw 2017 has that will do this is to use code view and sass/less, which in my opinion is a ludicrous method.