- added new variable
$input-font-weight
-
addition of components
- alerts
- button-groups
- icon-inputs
- input-groups
- messages
- tooltips
- update grid styles
- use predefined linting rules for ordering
- added transition helpers
- added x-cloak for alpine.js
- fix table variations applying to child tables
- Set muted opacity via a variable
$muted-opacity
- fix wrong variables being passed to box-shadow mixin
-
added new variables
$header-font-color
-
remove block from
li
-
new utility helpers
.move
cursor move
- stop date type inputs collapsing height on ios
- Re added missing webkit resets on inputs and buttons
- re publish as readme not updating
-
Added scss linting
-
Removed normalize and styled only supported browsers.
-
Added 3 new colour functions that take in a colour name and returns
color-darken()
darkencolor-lighten()
lightencolor-a()
add an alpha
-
Added
.d-grid
fordisplay: grid
-
Added new button classes
.button-clear
and.button-outline
that can be applied to any base or coloured button -
Added new variables
$strong-font-weight
$lead-font-weight
$small-font-size
- When defining colours and using the
color()
function you must wrap the name in parentheses egcolor("primary")
-
Reworked pre and code elements to work as they should with new variables
$pre-font-size
$pre-padding
$pre-margin-bottom
-
Added ability to change the header font family
-
Vertical align
td
andth
-
Added new variables for definition lists
$dl-margin-bottom
$dt-margin
$dd-margin
-
Added helper to hide an element on a single breakpoint
hidden-xs
hidden-sm
hidden-md
hidden-lg
hidden-xl
-
Added helper
.list-style-reset
to removelist-style
,padding
andmargin
-
Refactor utilities into seperate files
-
Removed the need for the framework to set any input heights to make them all equal heights
-
Added a new variable
$input-line-height
to set the line height of form fields -
Added a new variable
$button-line-height
to set the line height of.button
classes -
Remove unnecessary position relative from grid column
-
Added variables to set
h1
-h6
font weight, margins and line height -
Split all use of
$generic-margin-bottom
to seperate variables -
Added more control over the default button class by adding
$button-default-border-color
$button-default-font-color
$button-border-width
$button-border-radius
-
Added new code variables
$code-border-width
$code-border-color
$code-border-radius
$code-inline-padding
$code-block-padding
-
Added new hr variables
$hr-border-width
$hr-border-color
$hr-margin
-
Added new table variable
$table-border-width
-
Added blockquote variables
$blockquote-padding-x
$blockquote-padding-y
$blockquote-border-left-width
$blockquote-border-left-color
-
Remove undocumented css from radios and checkboxes
-
Added input placeholder color style
-
Added new table variables
$table-background-color
$table-border-color
$table-font-size
-
You only now need to define additional or overwrite existing colours and buttons within your variables
-
Added a new mixin flip to flip an element on it's x/y/both axis's
-
Added new css helpers
.flip-x
.flip-y
.flip-both
-
Fix bug with anchor transition speed using wrong variable
-
Three new variables have been created to control transitions
$link-transition
$button-transition
$input-transition
-
ul and ol styles are now in the variables
- Mixin
abs-position
renamed toposition
and has additional optional parameter$position
- Mixin
vertical-align
has been replaced withcenterer
$link-transition-speed
$button-transition-speed
$input-transition-speed
- Remove font size in code element
- Remove bottom margin on last child of blockquote
- Refactor
img-fluid
to use a mixin
- Added content columns mixin
- Added code font to all
code
,kbd
,pre
,samp
elements
- Added
.no-print
helper
- Added mixin responsive-ratio
- Removed margin top from pre
- Added modernizr mixin for touch-hover
- Added modernizr mixin for transition-no-touch
- Added animation speeds for forms, links & buttons
- Added colour palette from http://clrs.cc/
- Added colour palette for social media from https://www.materialui.co/socialcolors
- Added
.h1
>.h6
- Added
$code-font-family
variable
-
Added 4 new mixin to build inputs
input
input-width
input-size
input-focus
-
Added 1 new mixin to build buttons
button-size
-
Added some default values to the mixin button-hover
-
Added a transition to input focus
-
Added some flex and margin auto helpers
-
variable
$input-border-focus
has been replaced with$input-border-color-focus
-
Renaming of helper classes
.hidden
>.d-hidden
.inline
>.d-inline
.inline-block
>.d-inline-block
.block
>.d-block
.flex
>.d-flex
.display-table
>.d-table
.display-table-cell
>.d-table-cell
The originals have been moved into a utilities/_helpers-depreciated.scss
which you can include in your own project
to avoid renaming any. @include "karma-css/scss/utilities/helpers-depreciated";
- Added new mixin to vertical align elements using translate -50%
- Removed font size in nested ul's due to ever decreasing in deeply nested
- Added variable
$input-use-full-width
to set either themax-width:100%
orwidth:100%
- Added new mixin
input-width
to get the above value
-
Added 3 new mixin to build buttons
button
button-color-variation
button-hover
-
Created sample blog and thumbnail listing page
- Removed duplicate blockquote margin bottom from core
- Added variable
$generic-margin-bottom
forpre
,dl
,figure
,table
,p
,ul
,ol
,form
,blockquote
- Added variable
$header-margin-bottom
forh1
-h6
- Added variable
$button-default-bg-color
for the base button
- Added default button examples to test.html
- Added basic grid examples to test.html
- Fixed 0px lint warning
- Removed vertical align from button due to odd inline issue
- Added variable
$input-font-color
to set allinputs
,selects
,textareas
- Added variable
$input-margin-bottom
to set allinputs
,selects
,textareas
,fieldsets
- Added new variable
$input-background-focus
for when aninput
,select
ortextarea
has focus - Removed
push-*
andpull-*
grid classes in favour oforder-*
- Simplified gutter widths to single variable
$grid-gutter-width
- Added new variables that allow all form fields to be styled
- Reduced margins on
hr
,ul
andol
- Removed awkward defaults on inputs and textareas for ios