You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/mdl-sass.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ One final change for getting Sass working is adding the following line to the ve
59
59
@import "src/material-design-lite";
60
60
```
61
61
62
-
This imports in all of MDL's component styles. If you later decide to only use a smallet set of components, just edit `src/material-design-lite.scss`, commenting out what you don't want.
62
+
This imports in all of MDL's component styles. If you later decide to only use a small set of components, just edit `src/material-design-lite.scss`, commenting out what you don't want.
63
63
64
64
6. Next, we'll localise our JavaScript files for MDL. Once again, we'll edit `app/index.html`:
65
65
@@ -144,7 +144,7 @@ gulp.task('scripts', () =>
144
144
```
145
145
146
146
147
-
> Note: We are aware that it can feel a little suboptimal to reference the same set of source files twice in the above pipeline. We wil be looking at simplifying this workflow in a future release.
147
+
> Note: We are aware that it can feel a little suboptimal to reference the same set of source files twice in the above pipeline. We will be looking at simplifying this workflow in a future release.
148
148
149
149
Similar to styles, you can comment out what you don't need here if you decide to only use a smaller set of components.
150
150
@@ -158,7 +158,7 @@ You will probably want to configure the color theme used in MDL.
158
158
159
159
MDL supports Material Design's [color palette](https://www.google.com/design/spec/style/color.html#color-color-palette) through Sass variables.
160
160
161
-
If you find a color in the palette spec you would like to use e.g color name `Pink` with fill `500`, MDL exposes this as `$palette-pink-500`. Let's walk through customising the primary and accent colors for your theme.
161
+
If you find a color in the palette spec you would like to use (e.g., color name `Pink` with fill `500`), MDL exposes this as `$palette-pink-500`. Let's walk through customising the primary and accent colors for your theme.
0 commit comments