1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-16 19:03:58 +02:00

Added search functionality.

This commit is contained in:
Angelos Chalaris
2017-11-19 13:03:09 +02:00
parent 2a1b3ece21
commit 3f7d28843f
3 changed files with 70 additions and 6 deletions

View File

@@ -180,3 +180,4 @@
- Documented `button` elements and input grouping.
- Documented `header`, `footer` and `nav`.
- Documented `drawer`.
- Implemented search functionality, using `fuse`. It all works pretty well.