File tree Expand file tree Collapse file tree 1 file changed +55
-55
lines changed
Expand file tree Collapse file tree 1 file changed +55
-55
lines changed Original file line number Diff line number Diff line change 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+ // }
You can’t perform that action at this time.
0 commit comments