@import "functions";
@import "variables";
@import "type";
@import "grid";


div {
    foo1:inspect($screen-list);
    font-size:10px;
    foo2: get-screen-values(small,media-querie-up);
    foo3:$all-headers;
    foo4:$map-length;
    foo4:$list-length;

    foo5:length(to-list(unquote("(:active,:hover, li)")));
    foo6:inspect($class-names)
}
