Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple classes for board header #6

Closed
ramanbuttar opened this issue Jan 4, 2018 · 1 comment
Closed

Allow multiple classes for board header #6

ramanbuttar opened this issue Jan 4, 2018 · 1 comment

Comments

@ramanbuttar
Copy link

ramanbuttar commented Jan 4, 2018

I'd like to apply multiple classes to the board header but there's support for only one.

class: 'bg-info' works
class: 'bg-info text-center' errors out
class: 'bg-info.text-center' doesn't work
class: ['bg-info', 'text-center'] doesn't work

@riktar
Copy link
Owner

riktar commented Jan 25, 2018

Now you can use
class: 'className1,className2,...'
to declarate multiple classes for board header

@riktar riktar closed this as completed Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants