https://github.com/angular/angular
Raw File
Tip revision: 86843f8916799f0a75f0e0f0893d0924cc0d719d authored by Kristiyan Kostadinov on 07 December 2021, 07:45:24 UTC
refactor(animations): remove unnecessary code (#44378)
Tip revision: 86843f8
main.scss
// import directories
@use './0-base' as base;
@use './1-layouts' as layouts;
@use './2-modules' as modules;

// import print styles
@use './print';

@use '@angular/material' as mat;

// Include the base styles for Angular Material core. We include this here so that you only
// have to load a single css file for Angular Material in your app.
@include mat.core();
back to top