mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(sass): prefix sass variables with $
This commit is contained in:
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@@ -174,7 +174,7 @@ angular_controller: APIDemoCtrl <@ endif @>
|
||||
<tbody>
|
||||
<@ for prop in file.props @>
|
||||
<tr>
|
||||
<td><$ prop.name $></td>
|
||||
<td>$<$ prop.name $></td>
|
||||
<@ if prop.default @>
|
||||
<td><$ prop.default | code $></td>
|
||||
<@ else @>
|
||||
|
||||
Reference in New Issue
Block a user