mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* test changes * add changes * fix * add sidebar/styles * fix padding * fix style * fix bg * fix tooljet documentation section * fix indent * add back image * fix image * fix Setup ToolJet Section * fix cards * update manage org * deploy card * update markdown * fix style * fix id * fix style * move to correct tab * contain styles * fix styles * fix padding * refactor code * revert/remove changes * update slug
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('tailwindcss'),
|
|
require('autoprefixer'),
|
|
],
|
|
}
|