Michael Becker

Results 3 comments of Michael Becker

@papiliond @owenandrews Until the pull request is accepted, you can easily get around this by: 1) Creating a local `_tachyons-sass.scss` file in your project 2) Copying the `tachyons-sass` manifest file's...

Nevermind—the hex issue was totally my fault. This works fine. I'd still love your thoughts on being able to add other design tokens that might not fit into the categories...

@julzmon I wound up adding colors to my `_aliases.yml` file like this: ``` aliases: #colors white: '#fff' black: '#000' ``` Then I created a `_color.yml` file where I have the...