mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 17:30:23 +02:00
refactor(containers): change is-center to is-centered
BREAKING CHANGE: class is-center change #178
This commit is contained in:
@@ -12,7 +12,7 @@ stories.add('container', () => {
|
||||
const isRounded = boolean('is-rounded', false) ? 'is-rounded' : '';
|
||||
const alignment = radios('alignment', {
|
||||
default: '',
|
||||
'is-center': 'is-center',
|
||||
'is-centered': 'is-centered',
|
||||
'is-right': 'is-right',
|
||||
}, '');
|
||||
const selectedClasses = [withTitle, isDark, isRounded, alignment];
|
||||
|
Reference in New Issue
Block a user