什么是“&”。在“&.sub-title”中是否表示在scss中?

我是CSS和SCSS的新手。

在以下代码中,

.title {
    width: 718px;
    &.sub-title {
      width: 938px;
   }
}

什么是&。手段?和嵌套类一样吗?