This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 89717eb Update jewel-theme-creation.md
89717eb is described below
commit 89717ebc8726e11b82492a9b6fb3620619276999
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Dec 8 07:11:05 2019 -0400
Update jewel-theme-creation.md
Minor text change
---
component-sets/jewel/jewel-theme-creation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/component-sets/jewel/jewel-theme-creation.md
b/component-sets/jewel/jewel-theme-creation.md
index 7c8e4e1..e26dc3a 100644
--- a/component-sets/jewel/jewel-theme-creation.md
+++ b/component-sets/jewel/jewel-theme-creation.md
@@ -28,7 +28,7 @@ Jewel is a component set designed with change of appearance
in mind. Jewel comes
## Theme basics
-Themes are a combination of files that define styles in [Cascading Style
Sheets
(CSS)](https://en.wikipedia.org/wiki/Cascading_Style_Sheets){:target='_blank'}
and other assets like images (JPG, PNG, SVG,...). In Jewel we use
[SASS](https://sass-lang.com){:target='_blank'} to define the CSS style rules
since is a preprocessor scripting language that is interpreted or compiled into
CSS.
+Themes are a combination of files that define styles in [Cascading Style
Sheets
(CSS)](https://en.wikipedia.org/wiki/Cascading_Style_Sheets){:target='_blank'}
and other assets like images (JPG, PNG, SVG,...). In Jewel we use
[SASS](https://sass-lang.com){:target='_blank'} to define the CSS style rules
since SASS is a preprocessor scripting language that is interpreted or compiled
into CSS.
> You can create your own theme without the need of SASS, but we strongly
> recommend using it for the same reason we use AS3 instead of plain
> JavaScript.