1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 12:11:21 +02:00
Fixed the way .animated .alert displays on webkit-based browsers, should now behave better.
This commit is contained in:
Angelos Chalaris
2017-04-21 13:54:42 +03:00
parent fdd8168b58
commit 889071847d
6 changed files with 23 additions and 37 deletions

View File

@@ -1012,3 +1012,5 @@
- Updated `package.json` with proper `homepage` link, changed order of keywords, added `node-sass` in `devDependencies`.
- Added `::placeholder` styling (no-prefix), dealing with #36.
- Bumped all flavor files to include updated `::placeholder` definitions.
- Updated `.animated` `.alert`s to deal with the way `webkit` renders them (#35).
- Bumped flavors again.