This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
6
+ ## 4.3.4 - 2017-04-01
7
+
8
+ ### Changed
9
+
10
+ - Updated deprecation warning message for ` strip-units ` . ([ #1016 ] )
11
+
12
+ [ #1016 ] : https://github.com/thoughtbot/bourbon/pull/1016
13
+
6
14
## 4.3.3 - 2017-02-23
7
15
8
16
### Fixed
Original file line number Diff line number Diff line change 1
- // Bourbon 4.3.3
1
+ // Bourbon 4.3.4
2
2
// http://bourbon.io
3
3
// Copyright 2011-2017 thoughtbot, inc.
4
4
// MIT License
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bourbon" ,
3
3
"description" : " A simple and lightweight mixin library for Sass." ,
4
- "version" : " 4.3.3 " ,
4
+ "version" : " 4.3.4 " ,
5
5
"main" : " app/assets/stylesheets/_bourbon.scss" ,
6
6
"license" : " MIT" ,
7
7
"ignore" : [
Original file line number Diff line number Diff line change 1
1
module Bourbon
2
- VERSION = "4.3.3 "
2
+ VERSION = "4.3.4 "
3
3
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bourbon" ,
3
- "version" : " 4.3.3 " ,
3
+ "version" : " 4.3.4 " ,
4
4
"description" : " A simple and lightweight mixin library for Sass." ,
5
5
"keywords" : [
6
6
" css" ,
You can’t perform that action at this time.
0 commit comments