This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 e7653e0 Update jewel-theme-creation.md
e7653e0 is described below
commit e7653e0b1771f32b6d698474859c04d41e99c78e
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Nov 28 09:51:20 2019 +0100
Update jewel-theme-creation.md
fix to component's styles
---
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 2f1f163..3cb4c78 100644
--- a/component-sets/jewel/jewel-theme-creation.md
+++ b/component-sets/jewel/jewel-theme-creation.md
@@ -32,7 +32,7 @@ Themes are a combination of files that define styles in
[Cascading Style Sheets
> You can create your own theme without the need of SASS, since is not
> obligatory, but we strongly recommend using it for the same reason we use
> AS3 instead of plain JavaScript.
-One of the advantages of using SASS is that we can organize style definitions
by separating styles into files. In Jewel we use a `.sass` file per component
so we can easily find all the definitions of the style's components.
+One of the advantages of using SASS is that we can organize style definitions
by separating styles into files. In Jewel we use a `.sass` file per component
so we can easily find all the definitions of the component's styles.
## Generating default.css