Skip to content

Commit

Permalink
Merge pull request #1143 from FoalTS/add-trusted-by
Browse files Browse the repository at this point in the history
[Website] Prepare landing page structure to add company logs
  • Loading branch information
LoicPoullain committed Aug 23, 2022
2 parents a193330 + 6eb6b83 commit bc879f5
Show file tree
Hide file tree
Showing 7 changed files with 595 additions and 327 deletions.
11 changes: 11 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ module.exports = {
},
plugins: [
'docusaurus-plugin-sass',
async function myPlugin(context, options) {
return {
name: "docusaurus-tailwindcss",
configurePostCss(postcssOptions) {
// Appends TailwindCSS and AutoPrefixer.
postcssOptions.plugins.push(require("tailwindcss"));
postcssOptions.plugins.push(require("autoprefixer"));
return postcssOptions;
},
};
},
],
presets: [
[
Expand Down

0 comments on commit bc879f5

Please sign in to comment.