Skip to content

Commit 6ad756d

Browse files
committed
Recompile styles just for webpack
1 parent 528dfdf commit 6ad756d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
astrocoders:react-img@0.0.2
1+
astrocoders:react-img@0.0.5
22
babel-compiler@5.8.24_1
33
babel-runtime@0.1.4
44
base64@1.0.4

dist/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
._styles__image-holder {
1+
.image-holder {
22
position: relative;
33
width: 100%;
44
height: 0;
55
padding-bottom: 100%;
66
}
7-
._styles__intended,
8-
._styles__placeholder {
7+
.intended,
8+
.placeholder {
99
position: absolute;
1010
top: 0;
1111
left: 0;
1212
width: 100%;
1313
}
14-
._styles__intended {
14+
.intended {
1515
z-index: 0;
1616
}
17-
._styles__placeholder {
17+
.placeholder {
1818
z-index: 1;
1919
opacity: 1;
2020
transition: opacity 0.6s ease-in;
2121
}
22-
._styles__placeholder._styles__deactivated {
22+
.placeholder.deactivated {
2323
opacity: 0;
2424
}

0 commit comments

Comments
 (0)