I got a LESS file from this a Date-picker plugin and want to convert it to SASS.
But in the LESS, it concates a class name like this:
//LESS .dropdow
This is not possible before version 3.2 but will be eventually. Just like LESS, the syntax will use &.
&
With updated scss, you can now use the interpolation syntax &-- to DRY up your style files.