1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-26 15:24:27 +02:00

Box-shadow variable check updates

This commit is contained in:
Angelos Chalaris
2016-11-22 11:59:18 +02:00
parent e3ce4b3490
commit aba435f11a
10 changed files with 18 additions and 17 deletions

View File

@@ -522,3 +522,4 @@
- Added `box-shadow` to the `nav` element to be in line with the rest of the design. Added a `border`, too.
- Tweaked colors and values of other things in the `navigation` module's variables in the flavor file.
- Updated `navigation` module with optimization and borders.
- Updated all `box-shadow` variable checks to test for `none` instead of `0` as that is the proper syntax used for no shadows. This will help with user-friendliness in customization.