Skip to content

Commit

Permalink
fix(): prefix directive LyStyle
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

All attributes of `LyStyle` are now prefixed,

before:
```html
<div [p]="2">
<div [width]="1">
```

after:
```html
<div [lyP]="2">
<div [lyWidth]="1">
```
  • Loading branch information
Enlcxx committed Aug 5, 2020
1 parent f4697a4 commit 55b3206
Showing 1 changed file with 111 additions and 65 deletions.
Loading

0 comments on commit 55b3206

Please sign in to comment.