11 lines
191 B
Go
11 lines
191 B
Go
|
package bulma
|
||
|
|
||
|
const (
|
||
|
ColorPrimary = "is-primary"
|
||
|
ColorInfo = "is-info"
|
||
|
ColorLink = "is-link"
|
||
|
ColorWarning = "is-warning"
|
||
|
ColorSuccess = "is-success"
|
||
|
ColorError = "is-error"
|
||
|
)
|