Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 74f3f33

Browse files
committed
Merge branch 'master' of github.com:olegstepura/postcss-loader-test
2 parents 69d2d4d + d725ac9 commit 74f3f33

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,50 @@
11
# postcss-loader-test
2-
Test repo for postcss-loader #232
2+
Test repo for `postcss-loader` to help debugging issues after upgrade of `postcss-loader` from version `1.3.3` to `2.0.5` [see #232]( https://github.com/postcss/postcss-loader/issues/232)
3+
4+
## Summary:
5+
6+
The only change between two versions below is an edit in [`package.json`:](https://github.com/olegstepura/postcss-loader-test/blob/master/package.json#L61)
7+
```diff
8+
- "postcss-loader": "^1.3.3",
9+
+ "postcss-loader": "^2.0.5",
10+
```
11+
And run `npm i` inside test repo folder after edit.
12+
13+
### With version `1.3.3`:
14+
<details>
15+
<summary>Big screen, everything is stacked good (click to see screenshot)</summary>
16+
17+
![2017-05-17 11_52_15-test](https://cloud.githubusercontent.com/assets/534510/26149009/e3a80f8e-3af8-11e7-8c73-cee71a08a786.png)
18+
19+
</details>
20+
21+
22+
<details>
23+
<summary>Small screen, animation is smooth (click to see gif)</summary>
24+
25+
![940f45f3008aaed768ae5d0d39f216bf](https://cloud.githubusercontent.com/assets/534510/26149021/f1803ef6-3af8-11e7-8941-b616e4510c1b.gif)
26+
27+
</details>
28+
29+
30+
31+
32+
33+
### With version `2.0.5`:
34+
35+
<details>
36+
<summary>Big screen, strange spacing between navbar and appbar (click to see screenshot)</summary>
37+
38+
![2017-05-17 11_56_14-test](https://cloud.githubusercontent.com/assets/534510/26149014/e6f7274c-3af8-11e7-8b47-9013be6b35bc.png)
39+
40+
</details>
41+
42+
<details>
43+
<summary>Small screen (click to see gif and comments)</summary>
44+
45+
- animation is broken: fade out first, no transition animation of nav bar, it just disappears.
46+
- icon color is also wrong (black instead of white)
47+
48+
![87e299ea8ba4172b6a58865cc7b9c9c3](https://cloud.githubusercontent.com/assets/534510/26149022/f19d0e64-3af8-11e7-8ef3-ce2589dc1258.gif)
49+
50+
</details>

0 commit comments

Comments
 (0)