1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-16 19:03:58 +02:00

Working on progress bars (unstable and unfinished)

This commit is contained in:
Angelos Chalaris
2016-10-20 11:02:42 +03:00
parent 936e32048d
commit 85eea9a6b7
6 changed files with 56 additions and 22 deletions

View File

@@ -114,3 +114,9 @@
- Moved fix for `svg` in IE at the top.
- Added `TODO`s for other fixes.
- Updated index page, probably broke the live version for a while.
## 20161020
- Added some more comments for enabling and disabling modules from core.
- Browser-specific prefixed properties will now precede unprefixed ones. Changes have been applied.
- Started styling `progress` bars in `mini-core/progess`.

View File

@@ -46,5 +46,6 @@
<h3>I am a header with <mark class="bubble secondary">bubbles</mark> and <mark class="tag">tags</mark></h3>
<p>I am a paragraph and I have a <a href="https://github.com/Chalarangelo/mini.css">link to the Github repo</a>.</p>
<p>I have an <abbr title="Abra Kadabra Abbreviation Shazam!">Abra</abbr> to check the styling.</p>
<progress value="25" max="100"></progress>
</body>
</html>