mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 17:00:06 +02:00

* Setup prettier * Ignore these pug templates by prettier * Fix typo * Fix prettier error * Add prettier-ignore for quoting of event-segmentation attribute * Manual tab indentation * Interpolate * Remove unbuffered if conditional * Inline event-segmentation objects and remove prettier-ignore rule * Fix spacing before interpolation * Source format * Source format GitOrigin-RevId: c30e037f5caf8f91efc1bd9e75f81ae533b5a506
23 lines
478 B
Text
23 lines
478 B
Text
mixin nav-item
|
|
li(role='none')&attributes(attributes)
|
|
block
|
|
|
|
mixin nav-link
|
|
a.nav-link(role='menuitem')&attributes(attributes)
|
|
block
|
|
|
|
mixin dropdown-menu
|
|
ul.dropdown-menu(role='menu')&attributes(attributes)
|
|
block
|
|
|
|
mixin dropdown-menu-item
|
|
li(role='none')
|
|
block
|
|
|
|
mixin dropdown-menu-link-item
|
|
+dropdown-menu-item
|
|
a.dropdown-item(role='menuitem')&attributes(attributes)
|
|
block
|
|
|
|
mixin dropdown-menu-divider
|
|
li.dropdown-divider.d-none.d-lg-block(role='separator')
|