Search code examples
sublimetext3emmet

How can I get emmet to recognize spaces inside a class name when expanding?


If I type .myClass and press tab emmet expands this how it should... but if I type .myClass class2 it does not expand because there is a space. How can I add two classes to a div with emmet?


Solution

  • Instead of using a space, use a dot.

    http://www.sitepoint.com/faster-workflow-mastering-emmet-part-3/