ether-code 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/ether.js +1 -1
- package/ether-parser.js +1 -1
- package/lexer/ether-lexer.js +4 -1
- package/package.json +1 -1
package/cli/ether.js
CHANGED
package/ether-parser.js
CHANGED
|
@@ -720,7 +720,7 @@ class EtherParser {
|
|
|
720
720
|
'decoupe': ['fond'],
|
|
721
721
|
'découpe': ['fond'],
|
|
722
722
|
'origine': ['transformation', 'perspective'],
|
|
723
|
-
'liste': ['style', 'type', 'position', 'image',
|
|
723
|
+
'liste': ['style', 'type', 'position', 'image'],
|
|
724
724
|
}
|
|
725
725
|
|
|
726
726
|
let property = token.value
|
package/lexer/ether-lexer.js
CHANGED
|
@@ -718,7 +718,10 @@ class EtherLexer {
|
|
|
718
718
|
'direction flex', 'enveloppe flex',
|
|
719
719
|
'justifier contenu', 'aligner elements',
|
|
720
720
|
'colonnes grille', 'lignes grille',
|
|
721
|
-
'style
|
|
721
|
+
'liste style', 'style liste',
|
|
722
|
+
'liste type', 'type liste',
|
|
723
|
+
'liste position', 'position liste',
|
|
724
|
+
'liste image', 'image liste',
|
|
722
725
|
'couleur fond', 'image fond', 'position fond', 'taille fond',
|
|
723
726
|
'couleur bordure', 'style bordure', 'largeur bordure',
|
|
724
727
|
'espacement lettres', 'espacement mots',
|