Skip to content

Commit 60a2830

Browse files
committed
commented out code
1 parent 870792c commit 60a2830

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

src/scss/_grid.scss

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
1-
2-
3-
[class*='col-'] { //selects all classes that start with 'col-'
4-
float: left;
5-
width: 8.33%;
6-
7-
}
8-
9-
.col-1 {
10-
color: red;
11-
}
12-
13-
.col-2 {
14-
color: pink;
15-
}
16-
17-
.col-3 {
18-
color: orange;
19-
}
20-
21-
.col-4 {
22-
color: gold;
23-
}
24-
25-
.col-5 {
26-
color: yellow;
27-
}
28-
29-
.col-6 {
30-
color: lime;
31-
}
32-
33-
.col-7 {
34-
color: green;
35-
}
36-
37-
.col-8 {
38-
color: teal;
39-
}
40-
41-
.col-9 {
42-
color: blue;
43-
}
44-
45-
.col-10 {
46-
color: navy;
47-
}
48-
49-
.col-11 {
50-
color: purple;
51-
}
52-
53-
.col-12 {
54-
color: violet;
55-
}
1+
//
2+
//
3+
// [class*='col-'] { //selects all classes that start with 'col-'
4+
// float: left;
5+
// width: 8.33%;
6+
//
7+
// }
8+
//
9+
// .col-1 {
10+
// color: red;
11+
// }
12+
//
13+
// .col-2 {
14+
// color: pink;
15+
// }
16+
//
17+
// .col-3 {
18+
// color: orange;
19+
// }
20+
//
21+
// .col-4 {
22+
// color: gold;
23+
// }
24+
//
25+
// .col-5 {
26+
// color: yellow;
27+
// }
28+
//
29+
// .col-6 {
30+
// color: lime;
31+
// }
32+
//
33+
// .col-7 {
34+
// color: green;
35+
// }
36+
//
37+
// .col-8 {
38+
// color: teal;
39+
// }
40+
//
41+
// .col-9 {
42+
// color: blue;
43+
// }
44+
//
45+
// .col-10 {
46+
// color: navy;
47+
// }
48+
//
49+
// .col-11 {
50+
// color: purple;
51+
// }
52+
//
53+
// .col-12 {
54+
// color: violet;
55+
// }

0 commit comments

Comments
 (0)