diff options
author | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
commit | 45654ffc5cc4532c2189c88d46a0374038b53c9f (patch) | |
tree | fc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/src/assets/less/responsive.less | |
parent | 931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff) | |
download | volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2 volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip |
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/src/assets/less/responsive.less')
-rwxr-xr-x | library/font_awesome/src/assets/less/responsive.less | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/library/font_awesome/src/assets/less/responsive.less b/library/font_awesome/src/assets/less/responsive.less deleted file mode 100755 index 1838f2161..000000000 --- a/library/font_awesome/src/assets/less/responsive.less +++ /dev/null @@ -1,55 +0,0 @@ ---- ---- -/*! - * Bootstrap Responsive v2.3.2 - * - * Copyright 2012 Twitter, Inc - * Licensed under the Apache License v2.0 - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world @twitter by @mdo and @fat. - */ - - -// Responsive.less -// For phone and tablet devices -// ------------------------------------------------------------- - - -// REPEAT VARIABLES & MIXINS -// ------------------------- -// Required since we compile the responsive stuff separately - -@import "bootstrap-{{ site.bootstrap.version }}/variables.less"; // Modify this for custom colors, font-sizes, etc -@import "bootstrap-{{ site.bootstrap.version }}/mixins.less"; - -@import "variables.less"; // Modify this for custom colors, font-sizes, etc - -// RESPONSIVE CLASSES -// ------------------ - -@import "bootstrap-{{ site.bootstrap.version }}/responsive-utilities.less"; - - -// MEDIA QUERIES -// ------------------ - -// Large desktops -@import "bootstrap-{{ site.bootstrap.version }}/responsive-1200px-min.less"; -@import "responsive-1200px-min.less"; - -// Tablets to regular desktops -@import "bootstrap-{{ site.bootstrap.version }}/responsive-768px-979px.less"; -@import "responsive-768px-979px.less"; - -// Phones to portrait tablets and narrow desktops -@import "bootstrap-{{ site.bootstrap.version }}/responsive-767px-max.less"; -@import "responsive-767px-max.less"; - - -// RESPONSIVE NAVBAR -// ------------------ - -// From 979px and below, show a button to toggle navbar contents -@import "bootstrap-{{ site.bootstrap.version }}/responsive-navbar.less"; -@import "responsive-navbar.less"; |