1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-12 09:24:04 +02:00

feat(heart): added new heart reaction state

added the `is-half` and `is-transparent` to the `heart` reaction

feat #246
This commit is contained in:
Kaylum Lally
2019-12-16 21:52:26 +00:00
parent 2dcec7b40a
commit fbe2e5c4d3
6 changed files with 90 additions and 1 deletions

View File

@@ -444,6 +444,8 @@ const sampleCollection = [
code: `<section class="icon-list">
<!-- heart -->
<i class="nes-icon is-large heart"></i>
<i class="nes-icon is-large is-half heart"></i>
<i class="nes-icon is-large is-transparent heart"></i>
<i class="nes-icon is-large heart is-empty"></i>
<!-- star -->