objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

CSS Rule not applied if it does not terminate with a `;` #323

Closed mxro closed 6 years ago

mxro commented 6 years ago

In a Micro App, the following rule is not applied:

.blind-details {
    color: #888888
}

But this rule is:

.blind-details {
    color: #888888;
}
objecthub-io commented 6 years ago

Fixed.