kickstart icon indicating copy to clipboard operation
kickstart copied to clipboard

Doc: please be verbose about using Semantic Sass

Open ghost opened this issue 8 years ago • 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.

ghost avatar Sep 07 '17 16:09 ghost