Skip to content

Commit

Permalink
add missing end quotes (#282)
Browse files Browse the repository at this point in the history
* add missing end quotes

fixes adaptlearning/adapt_framework#3001

* fix formatting issues, bump Safari to v14
  • Loading branch information
moloko committed Dec 19, 2020
1 parent 7174d63 commit a06cd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Auto: The background image is displayed in its original size. Cover: Resize the
>>**\_small** (number): The minimum height should only be used in instances where the image container height needs to be greater than the content e.g. to prevent a background image being cropped.
#### Global responsive classes
>**_responsiveClasses_** (object): The responsive classes object adds the associated CSS class(es) to the container element at different device widths (`_large`, `_medium`, `_small`). The class(es) are removed between each device width. Useful for applying styles for a particular device width only rather than applying a global __classes_ style.
>**\_responsiveClasses** (object): The responsive classes object adds the associated CSS class(es) to the container element at different device widths (`_large`, `_medium`, `_small`). The class(es) are removed between each device width. Useful for applying styles for a particular device width only rather than applying a global `_classes` style.
>>**\_large** (string): Custom CSS class that is applied at the large device width.
Expand All @@ -83,7 +83,7 @@ Auto: The background image is displayed in its original size. Cover: Resize the
>>**\_small** (string): File name (including path) of the image used with small device width. Path should be relative to the *src* folder (e.g., *course/en/images/origami-menu-one.jpg*).
#### **blocks.json**
>**_isDividerBlock** (boolean): - Determines whether the CSS class `is-divider-block` will be applied. Acceptable values are `true` and `false`.
>**\_isDividerBlock** (boolean): - Determines whether the CSS class `is-divider-block` will be applied. Acceptable values are `true` and `false`.
Visit the [**Vanilla** wiki](https://github.com/adaptlearning/adapt-contrib-vanilla/wiki) for more information about how to use and manipulate the theme.

Expand Down Expand Up @@ -116,4 +116,4 @@ No known limitations.
**Author / maintainer:** Adapt Core Team with [contributors](https://github.com/adaptlearning/adapt-contrib-vanilla/graphs/contributors)
**Accessibility support:** WAI AA
**RTL support:** Yes
**Cross-platform coverage:** Chrome, Chrome for Android, Firefox (ESR + latest version), Edge, IE11, Safari 12+13 for macOS/iOS/iPadOS, Opera
**Cross-platform coverage:** Chrome, Chrome for Android, Firefox (ESR + latest version), Edge, IE11, Safari 14 for macOS/iOS/iPadOS, Opera
6 changes: 3 additions & 3 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
}
}
},
"_responsiveClasses: {
"_responsiveClasses": {
"type": "object",
"required": false,
"legend": "Responsive classes",
Expand Down Expand Up @@ -945,7 +945,7 @@
}
}
},
"_responsiveClasses: {
"_responsiveClasses": {
"type": "object",
"required": false,
"legend": "Responsive classes",
Expand Down Expand Up @@ -1080,7 +1080,7 @@
}
}
},
"_responsiveClasses: {
"_responsiveClasses": {
"type": "object",
"required": false,
"legend": "Responsive classes",
Expand Down

0 comments on commit a06cd95

Please sign in to comment.