Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marklawlor/b42487520cec5655f6d78133ea75a004 to your computer and use it in GitHub Desktop.
Save marklawlor/b42487520cec5655f6d78133ea75a004 to your computer and use it in GitHub Desktop.
// 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