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:
@@ -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`.
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user