added media queries utils conform to foundation spec

This commit is contained in:
Sam Vloeberghs
2015-11-08 12:08:32 +01:00
parent 421d6610bd
commit c7a2374b86
+10
View File
@@ -304,6 +304,16 @@ declare module Foundation {
add_custom_rule(rule : string, media : string) : void;
image_loaded(images : JQuery, callback : (...args : any[]) => any) : void;
random_str(length? : number) : string;
is_small_only(): boolean;
is_small_up(): boolean;
is_medium_only(): boolean;
is_medium_up(): boolean;
is_large_only(): boolean;
is_large_up(): boolean;
is_xlarge_only(): boolean;
is_xlarge_up(): boolean;
is_xxlarge_only(): boolean;
is_xxlarge_up(): boolean;
};
}
}