Tynarus / angular-seed

A seed project for Angular 4+ using Webpack
GNU General Public License v3.0
33 stars 18 forks source link

Add global SCSS file #4

Closed Tynarus closed 7 years ago

Tynarus commented 7 years ago

Add a global, application-wise, SCSS file

Also remove ViewEncapsulation.None from app.component.ts and remove all app-wise css from app.component.scss

Tynarus commented 7 years ago

Branch: https://github.com/Tynarus/angular-seed/tree/global-stylesheet

Tynarus commented 7 years ago

Accomplished in #12

Tynarus commented 7 years ago

Not working properly in prod builds, re-working

Tynarus commented 7 years ago

Issues fixed in #15