diff --git a/scss/lte-ie8.scss b/scss/lte-ie8.scss new file mode 100644 index 0000000..07c40a3 --- /dev/null +++ b/scss/lte-ie8.scss @@ -0,0 +1,28 @@ +/* ============================================================ + +320 and Up by Andy Clarke +Version: 3.0 +URL: http://stuffandnonsense.co.uk/projects/320andup/ +Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0 + +============================================================ */ + +// 1. ROOT ============================== + +// Variables and mixins +@import "variables"; +@import "mixins"; + +// 2. SERVE LTE IE8 ============================== + +// 480px +@import "480"; + +// 600px +@import "600"; + +// 768px +@import "768"; + +// 992px +@import "992"; \ No newline at end of file