The @apply rule is a proposed spec for implementing native mixins in CSS on top of CSS Custom Properties.
It allows declarations like the following:
body {
@apply --my-theme;
}
This sees real world usage today, primarily from users of the Polymer library, which ships a polyfill. As of VSCode 1.7.1, this is a syntax error.