Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian authored Jun 3, 2019
1 parent d6f4287 commit 252f771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The main goal of KickOff is to <strong>quickly get you started on your project</

All the layouts are based on default UIkit styles to keeps things clean and simple, but some layouts may use some custom css code.

The css styles are the minified latest version of UIKit 3 ( currently 3.0.5 ) from the cdn.
The css styles are the minified latest version of UIKit 3 ( currently 3.1.5 ) from the cdn.

### HTML
The code try to be as simple as possible, with commented sections, <strong>validated and semantic</strong> html5 markup.
Expand All @@ -21,7 +21,7 @@ The code try to be as simple as possible, with commented sections, <strong>valid

Since UIkit 3 removed JQuery dependancy, it´s not included. All JS implementations are created by adding `data-uk-*` attributes to the HTML elements. No additional JS lines are added.

The `uikit.min.js` file is the minified latest version of UIKit 3 ( currently 3.0.5 ) from the cdn.
The `uikit.min.js` file is the minified latest version of UIKit 3 ( currently 3.1.5 ) from the cdn.

The `data-uk-*` syntax it´s used in order to work with every library and get html code validated.

Expand Down

0 comments on commit 252f771

Please sign in to comment.