- Change
_core.scss
to_viaduct.scss
- Fix issue to allow developers to use zero based spacing utilities.
pad-0
andmar-0
should now work. - Updated
calc-em
andcalc-rem
functions, as well asrem-sizing
mixin to be able to take multiple values in their$values
argument. - Removed
$from
param from utilities media queries, to resolve issue where a single data attribute value will cascade down to all smaller viewports. Example -data-lap="position-relative"
will result in just a max-width conditional being set soposition: relative
will apply to all viewports within the bounds ofdata-lap
anddata-palm
.
Removed 100% width from grid__item
. Recommendation is to use the 1x
utility.
Bug fix to change code tags in documentation to emphasis.
Continue with documentation. Start to add an example of how to use the architecture.
- Updates to commenting contained within the Viaduct Core code.
- Rewrite of Media Query mixin, to allow for additional extensibility. You can now provide both min and max widths/heights along with additional conditionals you would like to target.
- Changed
media
partial toembedded
to prevent confusion. - Removed
fields
border from normalise. - Added private variables to each partial to enable feature toggling.
- Refactored
rem-sizing
mixin, to remove unnecessary!important
tagging. - Removed unnecessary
!important
from spacing generation mixins. - Addition of utility classes as placeholder elements.
- Addition of
is-visible
class and placeholder within visibility partial. - Removal of
vendor
directory and all containing partials.
Bug fix to remove special characters which were failing build for services internally at Clicksco.
Update to README to contain instruction on how to install Viaduct via Bower.
Addition of Viaduct Settings File. Also added a README file and began documentation.
Addition of Viaduct Core code