Created
March 28, 2019 22:26
-
-
Save smithki/9087c600a36fcfefdab7a7981f1550c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { AnthologyClient } from 'anthology.scss'; | |
// You can pass a StyleSheet to the constructor or let it try to | |
// find your Anthology style sheet automatically. | |
const anthology = new AnthologyClient(); | |
const smallMargin = anthology.extract('marginRight', 'small'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment