- 25 Jul, 2019 7 commits
-
-
Martijn Cuppens authored
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
-
Mark Otto authored
-
Mark Otto authored
-
Martijn Cuppens authored
-
Mark Otto authored
-
Mark Otto authored
- _navbar.scss for all main navbar code - new _subnav.scss to move all subnav styles into
-
Mark Otto authored
-
- 24 Jul, 2019 3 commits
-
-
https://glyph.smarticons.co/Ben Boyter authored
domain is now for sale and is triggers warnings in Firefox and Chrome
-
Martijn Cuppens authored
-
Mark Otto authored
Dist after adding new utils file
-
- 23 Jul, 2019 3 commits
- 22 Jul, 2019 27 commits
-
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
Christian Oliff authored
-
Martijn Cuppens authored
-
julian-hecker authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
XhmikosR authored
-
Mark Otto authored
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redec...
-