File tree 3 files changed +28
-4
lines changed
3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 84
84
-moz-osx-font-smoothing : grayscale;
85
85
backface-visibility : hidden;
86
86
transform : translateZ (0 );
87
- transition : transform 0 .25s ease-in-out;
87
+ transition : transform .25s ease-in-out;
88
88
}
89
89
90
90
.grow-large : hover ,
110
110
*/
111
111
112
112
.shadow-hover ::after {
113
- box-shadow : 0px 0px 8px 2px rgba ( 0 , 0 , 0 , 0 .2 );
113
+ box-shadow : 0px 0px 8px 2px rgba ( 0 , 0 , 0 , .2 );
114
114
opacity : 0 ;
115
- transition : opacity 0 .25s ease-in-out;
115
+ transition : opacity .25s ease-in-out;
116
116
}
117
117
118
118
.shadow-hover : hover ::after ,
119
119
.shadow-hover : focus ::after {
120
120
opacity : 1 ;
121
121
}
122
122
123
+ /* Combine with classes in skins and skins-pseudo for
124
+ * thousands of different transition possibilities. */
125
+
126
+ .bg-animate : hover ,
127
+ .bg-animate : focus {
128
+ transition : background-color .15s ease-in-out;
129
+ }
130
+
Original file line number Diff line number Diff line change 47
47
.w-10 { width : 10% ; }
48
48
.w-20 { width : 20% ; }
49
49
.w-25 { width : 25% ; }
50
+ .w-30 { width : 30% ; }
50
51
.w-33 { width : 33% ; }
51
52
.w-34 { width : 34% ; }
52
53
.w-40 { width : 40% ; }
53
54
.w-50 { width : 50% ; }
54
55
.w-60 { width : 60% ; }
56
+ .w-70 { width : 70% ; }
55
57
.w-75 { width : 75% ; }
56
58
.w-80 { width : 80% ; }
59
+ .w-90 { width : 90% ; }
57
60
.w-100 { width : 100% ; }
58
61
59
62
.w-third { width : calc (100% / 3 ); }
63
+ .w-two-thirds { width : calc (100% / 1.5 ); }
60
64
.w-auto { width : auto; }
61
65
62
66
@media (--breakpoint-not-small) {
68
72
.w-10-ns { width : 10% ; }
69
73
.w-20-ns { width : 20% ; }
70
74
.w-25-ns { width : 25% ; }
75
+ .w-30-ns { width : 30% ; }
71
76
.w-33-ns { width : 33% ; }
72
77
.w-34-ns { width : 34% ; }
73
78
.w-40-ns { width : 40% ; }
74
79
.w-50-ns { width : 50% ; }
75
80
.w-60-ns { width : 60% ; }
81
+ .w-70-ns { width : 70% ; }
76
82
.w-75-ns { width : 75% ; }
77
83
.w-80-ns { width : 80% ; }
84
+ .w-90-ns { width : 90% ; }
78
85
.w-100-ns { width : 100% ; }
79
86
.w-third-ns { width : calc (100% / 3 ); }
87
+ .w-two-third-ns { width : calc (100% / 1.5 ); }
80
88
.w-auto-ns { width : auto; }
81
89
}
82
90
89
97
.w-10-m { width : 10% ; }
90
98
.w-20-m { width : 20% ; }
91
99
.w-25-m { width : 25% ; }
100
+ .w-30-m { width : 30% ; }
92
101
.w-33-m { width : 33% ; }
93
102
.w-34-m { width : 34% ; }
94
103
.w-40-m { width : 40% ; }
95
104
.w-50-m { width : 50% ; }
96
105
.w-60-m { width : 60% ; }
106
+ .w-70-m { width : 70% ; }
97
107
.w-75-m { width : 75% ; }
98
108
.w-80-m { width : 80% ; }
109
+ .w-90-m { width : 90% ; }
99
110
.w-100-m { width : 100% ; }
100
111
.w-third-m { width : calc (100% / 3 ); }
112
+ .w-two-thirds-m { width : calc (100% / 1.5 ); }
101
113
.w-auto-m { width : auto; }
102
114
}
103
115
110
122
.w-10-l { width : 10% ; }
111
123
.w-20-l { width : 20% ; }
112
124
.w-25-l { width : 25% ; }
125
+ .w-30-l { width : 30% ; }
113
126
.w-33-l { width : 33% ; }
114
127
.w-34-l { width : 34% ; }
115
128
.w-40-l { width : 40% ; }
116
129
.w-50-l { width : 50% ; }
117
130
.w-60-l { width : 60% ; }
131
+ .w-70-l { width : 70% ; }
118
132
.w-75-l { width : 75% ; }
119
133
.w-80-l { width : 80% ; }
134
+ .w-90-l { width : 90% ; }
120
135
.w-100-l { width : 100% ; }
121
136
.w-third-l { width : calc (100% / 3 ); }
137
+ .w-two-thirds-l { width : calc (100% / 1.5 ); }
122
138
.w-auto-l { width : auto; }
123
139
}
Original file line number Diff line number Diff line change 1
- /* TACHYONS v4.4 .0 | https ://github.com/ tachyons-css/tachyons */
1
+ /*! TACHYONS v4.5 .0 | http ://tachyons.io */
2
2
3
3
/*
4
4
*
You can’t perform that action at this time.
0 commit comments