This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const plugin = require("tailwindcss/plugin"); | |
module.exports = plugin(function ({ addUtilities, matchUtilities, theme }) { | |
const scrollbarTrackColorValue = (value) => ({ | |
'--scrollbar-track': value, | |
'&::-webkit-scrollbar-track': { | |
"background-color": value | |
} | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Support Library class | Android X class | |
---|---|---|
android.support.v8.renderscript.Allocation | android.renderscript.Allocation | |
android.support.v8.renderscript.Element | android.renderscript.Element | |
android.support.v8.renderscript.RenderScript | android.renderscript.RenderScript | |
android.support.v8.renderscript.ScriptIntrinsicBlur | android.renderscript.ScriptIntrinsicBlur | |
android.support.transition.AnimatorUtils | androidx.transition.AnimatorUtils | |
android.support.transition.ArcMotion | androidx.transition.ArcMotion | |
android.support.transition.AutoTransition | androidx.transition.AutoTransition | |
android.support.transition.ChangeBounds | androidx.transition.ChangeBounds | |
android.support.transition.ChangeClipBounds | androidx.transition.ChangeClipBounds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ (NSMutableDictionary *)deepMutableCopyOfDictionary:(NSDictionary *)dictionary | |
{ | |
return (__bridge_transfer NSMutableDictionary *)CFPropertyListCreateDeepCopy(kCFAllocatorDefault, (__bridge CFDictionaryRef)dictionary, kCFPropertyListMutableContainers); | |
} | |
+ (NSMutableArray *)deepMutableCopyOfArray:(NSArray *)array | |
{ | |
return (__bridge_transfer NSMutableArray *)CFPropertyListCreateDeepCopy(kCFAllocatorDefault, (__bridge CFArrayRef)array, kCFPropertyListMutableContainers); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACTION | |
AD_HOC_CODE_SIGNING_ALLOWED | |
ALTERNATE_GROUP | |
ALTERNATE_MODE | |
ALTERNATE_OWNER | |
ALWAYS_SEARCH_USER_PATHS | |
ALWAYS_USE_SEPARATE_HEADERMAPS | |
APPLE_INTERNAL_DEVELOPER_DIR | |
APPLE_INTERNAL_DIR | |
APPLE_INTERNAL_DOCUMENTATION_DIR |