Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 4b8a1cd

Browse files
har79nshahan
authored andcommitted
Part of a sequence of CLs refactoring css/material into separate, smaller libraries
PiperOrigin-RevId: 225357716
1 parent a548321 commit 4b8a1cd

File tree

11 files changed

+1385
-1285
lines changed

11 files changed

+1385
-1285
lines changed

angular_components/lib/css/_color_material.scss

Lines changed: 520 additions & 0 deletions
Large diffs are not rendered by default.

angular_components/lib/css/_color_palette_material.scss

Lines changed: 749 additions & 0 deletions
Large diffs are not rendered by default.

angular_components/lib/css/material/_material.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
// within the material stylesheet are prefixed with "mat-" in order to give a
1515
// clear distinction between them and the styles in components that are using
1616
// these material styles.
17+
//
18+
// Example:
19+
//
20+
// small-example.scss
21+
// @import "package:angular_components/css/material/material";
22+
//
23+
// .my-app {
24+
// background-color: $mat-blue-700;
25+
// }
26+
27+
// TODO: See if we can reference go/icon svgs instead of copying them to res/
1728

1829
// Behold, the import of all things:
1930
@import 'const/global',

0 commit comments

Comments
 (0)