Skip to content

Commit

Permalink
Updated UIkit 3 to v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Aug 30, 2019
1 parent 8c68190 commit 478992b
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 197 deletions.
25 changes: 21 additions & 4 deletions public_html/vendor/uikit3/css/uikit-rtl.css
@@ -1,4 +1,4 @@
/*! UIkit 3.1.7 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
/*! UIkit 3.1.8 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -7167,17 +7167,34 @@ ul.uk-nav-sub {
}
/* Weight modifier
========================================================================== */
.uk-text-light {
font-weight: 300;
}
.uk-text-normal {
font-weight: 400;
}
.uk-text-bold {
font-weight: bolder;
}
/* Transform modifier
.uk-text-lighter {
font-weight: lighter;
}
.uk-text-bolder {
font-weight: bolder;
}
/* Style modifier
========================================================================== */
.uk-text-uppercase {
text-transform: uppercase !important;
.uk-text-italic {
font-style: italic;
}
/* Transform modifier
========================================================================== */
.uk-text-capitalize {
text-transform: capitalize !important;
}
.uk-text-uppercase {
text-transform: uppercase !important;
}
.uk-text-lowercase {
text-transform: lowercase !important;
}
Expand Down
2 changes: 1 addition & 1 deletion public_html/vendor/uikit3/css/uikit-rtl.min.css

Large diffs are not rendered by default.

25 changes: 21 additions & 4 deletions public_html/vendor/uikit3/css/uikit.css
@@ -1,4 +1,4 @@
/*! UIkit 3.1.7 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
/*! UIkit 3.1.8 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -7167,17 +7167,34 @@ ul.uk-nav-sub {
}
/* Weight modifier
========================================================================== */
.uk-text-light {
font-weight: 300;
}
.uk-text-normal {
font-weight: 400;
}
.uk-text-bold {
font-weight: bolder;
}
/* Transform modifier
.uk-text-lighter {
font-weight: lighter;
}
.uk-text-bolder {
font-weight: bolder;
}
/* Style modifier
========================================================================== */
.uk-text-uppercase {
text-transform: uppercase !important;
.uk-text-italic {
font-style: italic;
}
/* Transform modifier
========================================================================== */
.uk-text-capitalize {
text-transform: capitalize !important;
}
.uk-text-uppercase {
text-transform: uppercase !important;
}
.uk-text-lowercase {
text-transform: lowercase !important;
}
Expand Down
2 changes: 1 addition & 1 deletion public_html/vendor/uikit3/css/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public_html/vendor/uikit3/js/uikit-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public_html/vendor/uikit3/js/uikit-icons.min.js

Large diffs are not rendered by default.

0 comments on commit 478992b

Please sign in to comment.