1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-28 16:30:09 +02:00

feat(icons): empty trophy + is-small modifier (#128)

This commit is contained in:
Kartones
2018-12-09 09:05:01 +01:00
committed by Abdullah Samman
parent 35469c4a26
commit e7570989e3
4 changed files with 42 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ stories.add('icon', () => {
}, 'icon twitter');
const selectedSize = radios('size', {
default: '',
'is-small': 'is-small',
'is-medium': 'is-medium',
'is-large': 'is-large',
}, '');