`text-decoration: underline` is expanded to ```js { textDecorationColor: "underline", textDecorationLine: "underline", textDecorationStyle: "underline" } ```