Created
May 18, 2022 23:20
-
-
Save marklawlor/b42487520cec5655f6d78133ea75a004 to your computer and use it in GitHub Desktop.
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
// This file was generated by tailwindcss-react-native. Do not edit! | |
const { StyleSheet } = require("react-native") | |
module.exports = { | |
styles: { | |
"flex-1": { | |
"flexGrow": 1, | |
"flexShrink": 1 | |
}, | |
"flex-row": { | |
"flexDirection": "row" | |
}, | |
"items-center": { | |
"alignItems": "center" | |
}, | |
"justify-center": { | |
"justifyContent": "center" | |
}, | |
"border": { | |
"borderTopWidth": StyleSheet.hairlineWidth, | |
"borderRightWidth": StyleSheet.hairlineWidth, | |
"borderBottomWidth": StyleSheet.hairlineWidth, | |
"borderLeftWidth": StyleSheet.hairlineWidth | |
}, | |
"p-2": { | |
"paddingTop": 8, | |
"paddingRight": 8, | |
"paddingBottom": 8, | |
"paddingLeft": 8 | |
}, | |
"divide-x.0": { | |
"borderLeftWidth": StyleSheet.hairlineWidth, | |
"borderRightWidth": 0 | |
}, | |
"active_bg-black.0": { | |
"backgroundColor": "rgba(0, 0, 0, 1)" | |
}, | |
"active_text-white.0": { | |
"color": "#fff" | |
} | |
}, | |
media: { | |
"divide-x": [ | |
[ | |
["selector", "(> *:not(:first-child))"] | |
] | |
], | |
"active_bg-black": [ | |
[ | |
["pseudo-class", "active"], | |
["pseudo-class", "active"] | |
] | |
], | |
"active_text-white": [ | |
[ | |
["pseudo-class", "active"] | |
] | |
] | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment