mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-21 13:11:20 +02:00
Utility module initial commit
This commit is contained in:
@@ -272,4 +272,8 @@
|
||||
- Changed demo page structure to follow the ordering of modules in `core`.
|
||||
- Tweaked `progress` `inline` to `60vw` instead of `80vw`, should fit more screens properly.
|
||||
- Added a heading for the `utility` module section in demo page.
|
||||
- Deployed demo page yet again.
|
||||
- Deployed demo page yet again.
|
||||
- Created `mini-core/utility` for utilities and helper classes.
|
||||
- Copied almost verbatim the mixins from *v1* for `make-border-generic` and `make-border-radial-style`. Added variables and calls for mixins in flavor.
|
||||
- Copied and tweaked `make-breadcrumbs` mixin from *v1*'s extras.
|
||||
- Dropped mixin for `make-btn-group`, opened issue (#23) to later build it.
|
||||
|
@@ -388,7 +388,9 @@
|
||||
<progress class="nano" value="35" max="100"></progress>
|
||||
<hr>
|
||||
<h2>Utilities and Helpers <small>Useful classes for common problems</small></h2>
|
||||
<p>Implementation pending...</p>
|
||||
<p>The utilities provided with <strong>mini.css</strong> aim to solve common problems and allow ease of use whenever possible. Most of them are showcased below:</p>
|
||||
<p><span class="bordered">Generic border (using black outline and opacity of 0.25)</span>, <span class="bordered rounded">Radial border style 1</span> & <span class="bordered circular"> 2 </span>.</p>
|
||||
<ul class="breadcrumbs"><li><a href="#">These</a></li><li><a href="#">are</a></li><li><a href="#">breadcrumbs</a></li></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user