Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
dbe4cdc25bf5b7abb3c03e89d7ae7cdbfd38d62d
/
.
/
examples
/
org.eclipse.epsilon.emc.html.examples.bootstrap
/
bootstrap.evl
blob: 02c9821b71c961019c999d17d9a02ab912dd8555 [
file
] [
log
] [
blame
]
context t_div
{
constraint
ColMdUnderRow
{
guard
:
self
.
a_class
.
indexOf
(
"col-md-"
)
>=
0
check
:
self
.
parent
.
a_class
=
"row"
message
:
"Parent of div of class "
+
self
.
a_class
+
" is of class "
+
self
.
parent
.
a_class
}
}