Skip to content

Instantly share code, notes, and snippets.

@basarat
Created April 21, 2016 00:58
Show Gist options
  • Save basarat/61e87d24fa9208456f4172d93468e1e2 to your computer and use it in GitHub Desktop.
Save basarat/61e87d24fa9208456f4172d93468e1e2 to your computer and use it in GitHub Desktop.
/* style.css */
.className {
color: green;
}
// source.ts
import { classNayme } from "./style.css";
@colelawrence
Copy link

What is this demonstrating?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment