Geek-Research-Lab/MeowJS

View on GitHub
NotAdded/video/yup.less

Summary

Maintainability
Test Coverage
@import 'stupid.css';
@import 'ui.less';

.hidden {
    display: none;
}

.clearfix() {
    &:before,
    &:after {
    content: " ";
    display: table;
    }
    &:after {
    clear: both;
    }
}

video {
    max-width: 100%;
}

span.error {
    color: @red;
}