@alias {
  fs: font-size;
  fw: font-weight;
  bg: background;
}

.foo {
  fs: 16px;
  fw: 400;
  bg: #fff;
}