File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
"homepage" : " https://github.com/css-modules/browserify-demo" ,
25
25
"devDependencies" : {
26
26
"browserify" : " ^10.2.3" ,
27
- "css-modulesify" : " ^0.1.2 " ,
27
+ "css-modulesify" : " git://github.com/css-modules/css-modulesify#c0bfe993de60ba63cd7215956d67104ada74ec27 " ,
28
28
"gh-pages" : " git://github.com/markdalgleish/gh-pages#cli-message" ,
29
29
"http-server" : " ^0.8.0" ,
30
30
"hyperscript" : " ^1.4.6" ,
Original file line number Diff line number Diff line change 1
1
.root {
2
- /*extends : box from "../../../shared/styles/layout.css";*/
2
+ /*composes : box from "../../../shared/styles/layout.css";*/
3
3
border-color : red;
4
4
}
5
5
6
6
.text {
7
- /*extends : heading from "../../../shared/styles/typography.css";*/
7
+ /*composes : heading from "../../../shared/styles/typography.css";*/
8
8
color : red;
9
9
}
Original file line number Diff line number Diff line change 1
1
.root {
2
- /*extends : box from "../../../shared/styles/layout.css";*/
2
+ /*composes : box from "../../../shared/styles/layout.css";*/
3
3
border-color : blue;
4
4
}
5
5
6
6
.text {
7
- /*extends : heading from "../../../shared/styles/typography.css";*/
7
+ /*composes : heading from "../../../shared/styles/typography.css";*/
8
8
color : blue;
9
9
}
Original file line number Diff line number Diff line change 1
1
.root {
2
- /*extends : box from "../../shared/styles/layout.css";*/
2
+ /*composes : box from "../../shared/styles/layout.css";*/
3
3
border-style : dotted;
4
4
border-color : green;
5
5
}
6
6
7
7
.text {
8
- /*extends : heading from "../../shared/styles/typography.css";*/
8
+ /*composes : heading from "../../shared/styles/typography.css";*/
9
9
font-weight : 200 ;
10
10
color : green;
11
11
}
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.ball {
6
- /*extends : bounce from "../../shared/styles/animations.css";*/
6
+ /*composes : bounce from "../../shared/styles/animations.css";*/
7
7
width : 40px ;
8
8
height : 40px ;
9
9
border-radius : 20px ;
You can’t perform that action at this time.
0 commit comments