Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 7e6d829

Browse files
authored
Merge pull request #916 from brianhaferkamp/patch-1
Copy edits
2 parents 63315d4 + 420943f commit 7e6d829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mdl-sass.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ One final change for getting Sass working is adding the following line to the ve
5959
@import "src/material-design-lite";
6060
```
6161

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.
6363

6464
6. Next, we'll localise our JavaScript files for MDL. Once again, we'll edit `app/index.html`:
6565

@@ -144,7 +144,7 @@ gulp.task('scripts', () =>
144144
```
145145
146146
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.
148148
149149
Similar to styles, you can comment out what you don't need here if you decide to only use a smaller set of components.
150150
@@ -158,7 +158,7 @@ You will probably want to configure the color theme used in MDL.
158158
159159
MDL supports Material Design's [color palette](https://www.google.com/design/spec/style/color.html#color-color-palette) through Sass variables.
160160
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.
162162
163163
This can be done using your setup as follows:
164164

0 commit comments

Comments
 (0)