thoughtbot / bourbon

A Lightweight Sass Tool Set
https://www.bourbon.io/
MIT License
9.09k stars 878 forks source link

Publish the v5 beta to NPM? #934

Closed afm-sayem closed 8 years ago

afm-sayem commented 8 years ago

Currently, the npm version is sitting at 4.2.7. I suggest releasing the beta version under a tag so that people who are starting a new project can use the latest beta right away.

The files generated by bitters v1.4 is incompatible with bourbon 4.x which is forcing me to install an older version of bitters.

I'm getting Error: Undefined variable: "$font-stack-system". on the files generated by bitters v1.4.0 and 1.3.2. I'm stuck with bitters 1.2.

Juanelorganelo commented 8 years ago

Try with

npm install bourbon@5.0.0-beta.6
tysongach commented 8 years ago

We do publish the beta to npm. You can use the command above; thanks @Juanelorganelo!

tysongach commented 8 years ago

FWIW, you can also run npm install bourbon@beta to get the latest beta.