Commit aaad539
Micah Zoltu
Fixes bug in grid-areas.
I don't really understand why the build is doing name mangling of classes and grid areas, but it appears there is already some code to deal with it.
Unfortunately, that code doesn't work as *sometimes* the name mangler is including a leading `_` and sometimes it is not.
Luckily, the fix is easy, just include support for an optional leading `_` in the existing regexp.1 parent e4dd359 commit aaad539
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments