jakegiltsoff / sassline

Set text on the web to a baseline grid with Sass & rems using a responsive modular-scale.
https://sassline.com
1.38k stars 91 forks source link

Move base imports into their own file. #35

Closed petersooley closed 8 years ago

petersooley commented 8 years ago

This is a cool project. :+1:

I needed to use it as a library but that wasn't easy. Webpack's sass-loader did not get along with node-sass-globbing. And I didn't even need all that. I think others may find it more helpful to easily access the core files directly rather than through everything else.

jakegiltsoff commented 8 years ago

Thanks for this @psoots, this makes a lot of sense to me — I’ve been trying to work out a nice way to make Sassline easier to include into projects and this is a big step towards that. I think I may rename base to sassline-base moving forward too.