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

olegstepura/postcss-loader-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postcss-loader-test

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

Summary:

The only change between two versions below is an edit in package.json:

-    "postcss-loader": "^1.3.3",
+    "postcss-loader": "^2.0.5",

And run npm i inside test repo folder after edit.

With version 1.3.3:

Big screen, everything is stacked good (click to see screenshot)

2017-05-17 11_52_15-test

Small screen, animation is smooth (click to see gif)

940f45f3008aaed768ae5d0d39f216bf

With version 2.0.5:

Big screen, strange spacing between navbar and appbar (click to see screenshot)

2017-05-17 11_56_14-test

Small screen (click to see gif and comments)
  • animation is broken: fade out first, no transition animation of nav bar, it just disappears.
  • icon color is also wrong (black instead of white)

87e299ea8ba4172b6a58865cc7b9c9c3

About

Test repo for postcss-loader #232

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published