juliancwirko / meteor-s-grid

Stylus Flexbox grid system for Meteor with PostCSS and Autoprefixer included
http://stylusgrid.com/
MIT License
28 stars 2 forks source link

Do the grid file come with the meteor download? #3

Closed Orbyt closed 9 years ago

Orbyt commented 9 years ago

The readME on atmosphere says:

Then in your main *.styl file import:

@import 's-grid-settings' @import 's-grid-functions' @import 's-grid-classes' // optional - only if you want to use helper classes

You will find grid files in the standalone npm package: https://www.npmjs.com/package/s-grid

Im confused...do I also need to download extra files separately via npm to get the grid files? Or are they already included with meteor add juliancwirko:s-grid?

juliancwirko commented 9 years ago

Hey, s-grid can work as a separate node module, but with Meteor you don't have to install npm packages by yourself. Meteor package is all you need.

2015-05-24 8:32 GMT+02:00 Orbyt notifications@github.com:

The readME on atmosphere says:

`Then in your main *.styl file import:

@import https://github.com/import 's-grid-settings' @import https://github.com/import 's-grid-functions' @import https://github.com/import 's-grid-classes' // optional - only if you want to use helper classes

You will find grid files in the standalone npm package: https://www.npmjs.com/package/s-grid https://www.npmjs.com/package/s-grid `

Im confused...do I also need to download extra files separately via npm to get the grid files? Or are they already included with meteor add juliancwirko:s-grid?

— Reply to this email directly or view it on GitHub https://github.com/juliancwirko/meteor-s-grid/issues/3.