https://github.com/angular/angular
Raw File
Tip revision: 8869fce1a45c022828fc217b9943d72a5819a0a7 authored by Jessica Janiuk on 18 May 2022, 19:06:27 UTC
release: cut the v14.0.0-rc.1 release (#46044)
Tip revision: 8869fce
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