jvandemo / jvandemo/generator-angular2-library

SCSS + Playground

Open
#250 1 comment 0 reactions 0 assignees View on GitHub
Type: Enhancement Type: Question
Dominant language
JavaScript
Stars
740
Forks
116
PR merge metrics
No merged PRs in 30d

Description

Looking for some direction on SCSS while in playground. Below is my root component that includes styles.scss but it treats it as straight css and not compiled scss.

1. How do you enable **scss compiling**?
2. How can I include **scss** from node_modules or my src directory?

File: /playground/index.ts
```
@Component({
selector: 'app-root',
templateUrl: 'template.html',
styleUrls: [ 'styles.scss' ],
encapsulation: ViewEncapsulation.None
})
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.