Skip to content

Commit f84e830

Browse files
committed
update migration guide for 3.25
1 parent 1cc600a commit f84e830

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/pages/migration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Additionally, the accordion icon is now generated by a JavaScript component rath
2424
<a class="uk-accordion-title" href>Item 1 <span uk-accordion-icon></span></a>
2525
```
2626

27+
### Less Variables
28+
29+
The following Less variables are also renamed. Just find and replace these Less variables if you are using a custom Less theme.
30+
31+
| Less variable | Replace with |
32+
| ------------------------ | ------------------------------------- |
33+
| `@form-padding-vertical` | `@form-multi-line-padding-vertical` |
34+
35+
***
36+
2737
## Migration from UIkit 3.23 to 3.24
2838

2939
UIkit 3.24 refactors the [Countdown component](countdown.md). Almost all Less variables are removed. If you have customized the countdown using Less variables, you have to remove them. Simply search for `@countdown` in your Less files. Instead use text classes from the [Heading component](heading.md) or [Base component](base.md) to style the countdown.

0 commit comments

Comments
 (0)