1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-22 05:22:56 +02:00

Added external variables to modules

This commit is contained in:
Angelos Chalaris
2017-11-13 13:00:17 +02:00
parent d573ccb41b
commit 197f6d7953
4 changed files with 57 additions and 6 deletions

View File

@@ -142,3 +142,4 @@
- Properly applied variable styling to `checkbox` and `radio` elements. They now use the `base-font-size` Sass variable to get their size, which makes sense.
- Added `.button-group`s, they seem to behave properly, `border-color` could use some tweaking maybe.
- Added external Sass variables to all modules (hopefully I didn't miss any), so that they can be used on their own now (not recommended, but doable).