adamjgrant/kickstart

Doc: please be verbose about using Semantic Sass

Opened this issue · 0 comments

Can you please be verbose using Semantic Sass. If I have

.navbar {
  @include navbar();
}
``` in scss file, then it complains I have no navbar. What component should I include in the dir of this file?

A lot of info about how to run sass files, could be useful in documentation

Thanks.