Releases: lookback/lookback-styles
Releases · lookback/lookback-styles
v2.1.5
- Better
:focus
styles for button component
- Fix breaking string in
forms
module
Development
Start using the sass npm package instead of node-sass
. The former is precompiled Dart and is faster than the C based node-sass
one, which need native bindings.
2.1.4
- Make
modals
component more modern and remove webapp related code.
- Make
backdrops
component moder modern and remove redundant code.
Both components are now named in PascalCase: Modal
and Backdrop
should be used in markup.
2.1.3
- Added
$comp-teal-darkest
variable
- Remove
footer
component
2.1.2
Fixes
.icon
class: Make stroke
have currentColor
.
v2.1.0
Variable Updates
- Updated heading colours
- Updated spacing variables
- Updated logo colours
Component Updates
- Include
box-sizing
as default when importing base
module
- Make
.style--cotton
button style more blue hue