This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="widget"> | |
<a class="widget__social" href="#">facebook</a> | |
<h3 class="widget__title">Slinto Komik</h3> | |
<div class="widget__stats"> | |
<a class="widget__stats-item" href="#">31 Like</a> | |
<a class="widget__stats-item active" href="#">140 Comment</a> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
production: { | |
options: { | |
plugins: [ | |
require(‘less-plugin-glob’), | |
new (require(‘less-plugin-autoprefix’))({ | |
browsers: [‘> 1%’, ‘last 2 versions’, ‘ie 9’] | |
}), | |
new (require(‘less-plugin-clean-css’))({ | |
keepSpecialComments: false, | |
processImport: true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.textLimiter(){ | |
display: block; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} |
NewerOlder