WIP Debootstrapify
This commit is contained in:
+19
-3
@@ -10,8 +10,7 @@ module.exports = {
|
||||
'./public/typo3conf/ext/ep_theme/Resources/Private/Layouts/**/*.html',
|
||||
'./public/typo3conf/ext/ep_theme/Resources/Private/Partials/**/*.html',
|
||||
'./public/typo3conf/ext/ep_theme/Resources/Private/Templates/**/*.html',
|
||||
'./public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/**/*.js',
|
||||
'./public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/**/*.vue',
|
||||
'./public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/**/*.{js,vue}',
|
||||
'./public/typo3conf/ext/ep_theme/Classes/ViewHelpers/**/*.php',
|
||||
],
|
||||
},
|
||||
@@ -35,14 +34,30 @@ module.exports = {
|
||||
'black': tinycolor('#000000').setAlpha(0.85).toRgbString(),
|
||||
'white': tinycolor('#ffffff').setAlpha(0.85).toRgbString(),
|
||||
},
|
||||
'concept': {
|
||||
'default': '#005ca9',
|
||||
'bdg': '#005ca9',
|
||||
'skr': '#005ca9',
|
||||
'evt': '#ed5454',
|
||||
'fam': '#7ca7d5',
|
||||
'grp': '#ffa300',
|
||||
'prg': '#005ca9',
|
||||
'ind': '#009fe3',
|
||||
'wkd': '#44d04e',
|
||||
'spz': '#436a8a',
|
||||
'epe': '#436a8a',
|
||||
'sfl': '#999',
|
||||
},
|
||||
'ep': {
|
||||
'primary': '#009fe3',
|
||||
'primary': '#3d8ccb',
|
||||
'secondary': '#f0bc44',
|
||||
'primary-light': '#009fff',
|
||||
'primary-medium': '#165883',
|
||||
'primary-dark': '#18527B',
|
||||
'primary-10': tinycolor('#009fe3').setAlpha(0.1).toRgbString(),
|
||||
'primary-80': tinycolor('#009fe3').setAlpha(0.8).toRgbString(),
|
||||
'secondary-10': tinycolor('#f0bc44').setAlpha(0.1).toRgbString(),
|
||||
'secondary-80': tinycolor('#f0bc44').setAlpha(0.8).toRgbString(),
|
||||
},
|
||||
'sbw': {
|
||||
'primary': '#f0bc44',
|
||||
@@ -93,6 +108,7 @@ module.exports = {
|
||||
variants: ['sbw', 'snz', 'uch'],
|
||||
}),
|
||||
require('@tailwindcss/aspect-ratio'),
|
||||
require('@tailwindcss/forms'),
|
||||
plugin(function ({addVariant, e}) {
|
||||
addVariant('first-type', ({modifySelectors, separator}) => {
|
||||
modifySelectors(({className}) => {
|
||||
|
||||
Reference in New Issue
Block a user