mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Add option for grid modifier classes
This commit is contained in:
parent
55e791dff9
commit
7d0a1d9c67
|
@ -190,9 +190,11 @@ mixin cell()
|
|||
|
||||
|
||||
//- Grid Container
|
||||
...style - all arguments are added as class names o-grid--argument
|
||||
see assets/css/_base/_grid.sass
|
||||
|
||||
mixin grid()
|
||||
.o-grid.o-block&attributes(attributes)
|
||||
mixin grid(...style)
|
||||
.o-grid.o-block(class=prefixArgs(style, "o-grid"))&attributes(attributes)
|
||||
block
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user