1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-12 17:03:57 +02:00

Generic box-shadow mixin

This commit is contained in:
Angelos Chalaris
2016-11-11 11:52:30 +02:00
parent 692f3c00ff
commit a6b3cec38d
5 changed files with 18 additions and 3 deletions

View File

@@ -414,3 +414,4 @@
- Rebuilt `breadcrumbs` from scratch. Uses flexbox.
- Changed `clearfix`, `center-block`, `hidden` and `visually-hidden` from mixins to normal components.
- Changed the appearance of `button-group`, it will now use `border` and `border-radius` more creatively to get rid of unnecessary and excessive styling.
- Added mixin `make-box-shadow-generic` in `utility`, used it to create a class for `box-shadow:none;` just in case.