AEB-57: fix Babylon loader update
This commit is contained in:
17
frontend/tailwind.config.js
Normal file
17
frontend/tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./app/**/*.{js,ts,jsx,tsx}',
|
||||
'./components/**/*.{js,ts,jsx,tsx}',
|
||||
'./lib/**/*.{js,ts,jsx,tsx}',
|
||||
'./services/**/*.{js,ts,jsx,tsx}',
|
||||
],
|
||||
safelist: [],
|
||||
blocklist: [
|
||||
'./public/**/*',
|
||||
'./data/**/*',
|
||||
'!./assets/big-models/**/*'
|
||||
],
|
||||
theme: { extend: {} },
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user