Renamed the uikit lib folders. Resolved the gh-188 by updateing the note. Resolved gh-92 by implementation of the library manager in the compiler.
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/* ========================================================================
|
||||
Component: Placeholder
|
||||
========================================================================== */
|
||||
.uk-placeholder {
|
||||
margin-bottom: 15px;
|
||||
padding: 15px;
|
||||
border: 1px dashed #ddd;
|
||||
background: #fafafa;
|
||||
color: #444;
|
||||
}
|
||||
/*
|
||||
* Add margin if adjacent element
|
||||
*/
|
||||
* + .uk-placeholder {
|
||||
margin-top: 15px;
|
||||
}
|
||||
/*
|
||||
* Remove margin from the last-child
|
||||
*/
|
||||
.uk-placeholder > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* Modifier: `uk-placeholder-large`
|
||||
========================================================================== */
|
||||
.uk-placeholder-large {
|
||||
padding-top: 80px;
|
||||
padding-bottom: 80px;
|
||||
}
|
Reference in New Issue
Block a user