File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 132
132
'.opacity-75': { opacity: 0.75 }
133
133
'.opacity-100': { opacity: 1 }
134
134
'.pl-2': { padding: { left: 8 } }
135
+ '.show-paging': { showPagingControl: true }
136
+ '.paging-gray-200': { pagingControlColor: '#e4e4e7' }
135
137
'.shadow-xs': { viewShadowOffset: { x: 0, y: 0 }, viewShadowRadius: 1, viewShadowColor: '#80000000' }
136
138
'.shadow-sm': { viewShadowOffset: { x: 0, y: 1 }, viewShadowRadius: 1, viewShadowColor: '#80000000' }
137
139
'.shadow': { viewShadowOffset: { x: 0, y: 2 }, viewShadowRadius: 2, viewShadowColor: '#80000000' }
172
174
'.w-auto': { width: Ti.UI.SIZE }
173
175
'.w-screen': { width: Ti.UI.FILL }
174
176
177
+ // Classes with arbitrary values
178
+ '.cache-size-(9)': { cacheSize: 9 }
179
+
175
180
// Default Font Awesome styles
176
181
'.fa':{ font: { fontFamily: 'FontAwesome5Free-Solid' } }
177
182
'.fa-align-left': { text: '\uf036', title: '\uf036' }
You can’t perform that action at this time.
0 commit comments