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
Copy file name to clipboardExpand all lines: src/components/module/migrate-to-7.x.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### HTML
2
2
3
-
The Modules component has changed significantly! Here's one example of how the component can be composed.
3
+
The Module component has changed significantly! Here's one example of how the component can be composed.
4
4
5
5
```html
6
6
<divclass="bx--module bx--module--double">
@@ -17,15 +17,15 @@ The Modules component has changed significantly! Here's one example of how the c
17
17
</div>
18
18
```
19
19
20
-
For more examples see the `modules.html` file.
20
+
For more examples see the `module.html` file.
21
21
22
22
23
23
### SCSS
24
24
25
-
The `_modules.scss` file is now located at __src/components/modules/modules.scss__. You'll need to update any `@import` statements for this file to reflect this change.
25
+
The `_module.scss` file is now located at __src/components/modules/module.scss__. You'll need to update any `@import` statements for this file to reflect this change.
0 commit comments