File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
.idea
6
6
.npmignore
7
7
.travis.yml
8
+ yarn.lock
8
9
9
10
node_modules /
10
11
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 0.3.3] - 2016-12-01
8
+ - Compacted selector levels (thanks to [ @crossjs ] ( https://github.com/crossjs ) )
9
+
7
10
## [ 0.3.1] - 2016-10-31
8
- ### Added
9
11
- Fixed ` @keyframes ` -animations processing
10
12
11
13
## [ 0.3.0] - 2016-10-29
12
- ### Added
13
14
- Process and flip ` @keyframes ` -animations
14
15
15
16
## [ 0.2.0] - 2016-10-29
16
- ### Added
17
17
- Process ` html ` and ` :root ` selectors
18
18
- Support of Node.js v0.12
19
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-rtl" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.3.3 " ,
4
4
"description" : " PostCSS plugin for RTL-optimizations" ,
5
5
"keywords" : [
6
6
" postcss" ,
You can’t perform that action at this time.
0 commit comments