Initial commit: prestashop-entity-selector
Forked from prestashop-target-conditions Renamed all references from target-conditions to entity-selector
This commit is contained in:
18
tailwind.config.js
Executable file
18
tailwind.config.js
Executable file
@@ -0,0 +1,18 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
prefix: 'tw-',
|
||||
content: [
|
||||
'./src/**/*.php',
|
||||
'./assets/js/admin/**/*.js',
|
||||
// Also scan consuming modules' templates
|
||||
'../../../views/templates/admin/**/*.tpl',
|
||||
'../../../controllers/admin/**/*.php',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user