inuitcss / CONTRIBUTING

[DEPRECATED] [go to intuitcss/inuitcss]
https://github.com/inuitcss/inuitcss
11 stars 0 forks source link

Add Sass import path to module description #6

Closed christophengelmayer closed 8 years ago

christophengelmayer commented 10 years ago

Hi Harry,

I really like the new inuit.css!

While playing around a little bit I noticed that it would be much more convenient to install new modules if you add the default import path to the README.md of each module. Right now there is only the bower install command.

e.g.:

Install using Bower:

$ bower install --save inuit-page

Include in your main sass file:

@import "bower_components/inuit-page/base.page";
csswizardry commented 10 years ago

This is a sensible idea… I will look at adding this to the repos :)

mhauken commented 9 years ago

+1

csshugs commented 8 years ago

@slashadmin So that all the READMEs have been updated according to your suggestion, can you close this issue?

By the way: http://sassnotsass.com/ ;-)