gurl_o/plugins/renatio/dynamicpdf/assets/js/tailwind.config.js

162 lines
4.1 KiB
JavaScript

module.exports = {
purge: [
'./plugins/renatio/dynamicpdf/views/pdf/*.htm',
'./plugins/renatio/dynamicpdf/views/pdf/layouts/*.htm',
],
darkMode: false,
theme: {
extend: {
screens: {},
},
},
variants: {
extend: {},
},
plugins: [],
corePlugins: {
accessibility: false,
alignContent: false,
alignItems: false,
alignSelf: false,
animation: false,
appearance: false,
backdropBlur: false,
backdropBrightness: false,
backdropContrast: false,
backdropFilter: false,
backdropGrayscale: false,
backdropHueRotate: false,
backdropInvert: false,
backdropOpacity: false,
backdropSaturate: false,
backdropSepia: false,
backgroundAttachment: [],
backgroundBlendMode: false,
backgroundClip: false,
backgroundColor: [],
backgroundImage: [],
backgroundOpacity: false,
backgroundPosition: [],
backgroundRepeat: [],
backgroundSize: [],
backgroundOrigin: [],
blur: false,
borderCollapse: [],
borderColor: [],
borderOpacity: false,
borderRadius: [],
borderStyle: [],
borderWidth: [],
boxDecorationBreak: false,
boxShadow: false,
boxSizing: false,
brightness: false,
clear: [],
container: false,
contrast: false,
cursor: false,
display: [],
divideColor: false,
divideOpacity: false,
divideStyle: false,
divideWidth: false,
dropShadow: false,
fill: false,
filter: false,
flex: false,
flexDirection: false,
flexGrow: false,
flexShrink: false,
flexWrap: false,
float: [],
fontFamily: [],
fontSize: [],
fontSmoothing: false,
fontStyle: [],
fontVariantNumeric: false,
fontWeight: [],
gap: false,
gradientColorStops: false,
grayscale: false,
gridAutoColumns: false,
gridAutoFlow: false,
gridAutoRows: false,
gridColumn: false,
gridColumnEnd: false,
gridColumnStart: false,
gridRow: false,
gridRowEnd: false,
gridRowStart: false,
gridTemplateColumns: false,
gridTemplateRows: false,
height: [],
hueRotate: false,
inset: [],
invert: false,
isolation: false,
justifyContent: false,
justifyItems: false,
justifySelf: false,
letterSpacing: [],
lineHeight: [],
listStylePosition: [],
listStyleType: [],
margin: [],
maxHeight: [],
maxWidth: [],
minHeight: [],
minWidth: [],
mixBlendMode: false,
objectFit: false,
objectPosition: false,
opacity: false,
order: false,
outline: [],
overflow: [],
overscrollBehavior: false,
padding: [],
placeContent: false,
placeItems: false,
placeSelf: false,
placeholderColor: false,
placeholderOpacity: false,
pointerEvents: false,
position: [],
resize: false,
ringColor: false,
ringOffsetColor: false,
ringOffsetWidth: false,
ringOpacity: false,
ringWidth: false,
rotate: false,
saturate: false,
scale: false,
sepia: false,
skew: false,
space: false,
stroke: false,
strokeWidth: false,
tableLayout: [],
textAlign: [],
textColor: [],
textDecoration: [],
textOpacity: false,
textOverflow: [],
textTransform: [],
transform: false,
transformOrigin: false,
transitionDelay: false,
transitionDuration: false,
transitionProperty: false,
transitionTimingFunction: false,
translate: false,
userSelect: false,
verticalAlign: [],
visibility: [],
whitespace: [],
width: [],
wordBreak: [],
zIndex: [],
}
}