File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- ## The Handlebars engine for Pattern Lab / Node
1
+ # The Handlebars engine for Pattern Lab / Node
2
2
3
3
To install the Handlebars engine in your edition, ` npm install patternengine-node-handlebars ` should do the trick.
4
4
5
+ ## Supported features
6
+ - [x] [ Includes] ( http://patternlab.io/docs/pattern-including.html )
7
+ - [x] Lineage
8
+ - [x] [ Hidden Patterns] ( http://patternlab.io/docs/pattern-hiding.html )
9
+ - [x] [ Pseudo-Patterns] ( http://patternlab.io/docs/pattern-pseudo-patterns.html )
10
+ - [x] [ Pattern States] ( http://patternlab.io/docs/pattern-states.html )
11
+ - [ ] [ Pattern Parameters] ( http://patternlab.io/docs/pattern-parameters.html ) (Accomplished instead using [ native Handlebars partial arguments] ( http://handlebarsjs.com/partials.html ) )
12
+ - [ ] [ Style Modifiers] ( http://patternlab.io/docs/pattern-stylemodifier.html ) (Accomplished instead using [ native Handlebars partial arguments] ( http://handlebarsjs.com/partials.html ) )
You can’t perform that action at this time.
0 commit comments