mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16: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
|
//- Grid Container
|
||||||
|
...style - all arguments are added as class names o-grid--argument
|
||||||
|
see assets/css/_base/_grid.sass
|
||||||
|
|
||||||
mixin grid()
|
mixin grid(...style)
|
||||||
.o-grid.o-block&attributes(attributes)
|
.o-grid.o-block(class=prefixArgs(style, "o-grid"))&attributes(attributes)
|
||||||
block
|
block
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user