1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-13 17:33:59 +02:00

Mockup implementation of toast

Added a quick and dirt version of the upcoming toast component, seems to work reasonably well so far. Further testing and work are required.
This commit is contained in:
Angelos Chalaris
2017-05-11 01:22:34 +03:00
parent 2f4d9525e4
commit 9dfe71cea6
6 changed files with 52 additions and 4 deletions

View File

@@ -1121,3 +1121,4 @@
- Updated both `mini-default` and `mini-dark` to use the latest classes built in the `card` module with proper colors.
- Deprecated `.alert` and all that comes with it, updated flavors to reflect this. I will update all docs after commiting, just to be on the safe side. By the way, `mini-default` is now `6.12KB` without the deprecated components and with a few of the additions already built-in. Pretty happy with how it's coming along right now!
- Updated docs just barely to make sure that the new `.toast` component will easily find a suitable home in them.
- Implemented `.toast` quite quickly and without doing too much work on it, seems to work pretty well. Documentation, mixins and customization not yet done.