zellwk / typi

A sass mixin to make responsive typography easy
MIT License
856 stars 44 forks source link

diamond support #35

Closed Hackzzila closed 7 years ago

Hackzzila commented 7 years ago

Following up on our conversation via email I have added diamond support.

To publish the package when you are ready, run the following commands: Install diamond: npm i -g diamondpkg

Register for an account: diamond login

Publish the package (run in package dir) diamond publish

Hackzzila commented 7 years ago

I would not advise to merge this right now. As pointed out by another diamond user I will add support to pull package info directly from a package.json file for packages that don't use any of diamond's advanced features. This should not take more than a day.

Hackzzila commented 7 years ago

On diamond v0.10.1, package info can be gathered from a package.json file if no diamond.json file is found. You can now run the above steps and not have to edit a diamond.json for stuff like new versions.