Skip to content

Commit

Permalink
Tailwind fix to keep markdown active + new components
Browse files Browse the repository at this point in the history
  • Loading branch information
filipermit committed Jan 4, 2023
1 parent eb1f5e3 commit 9edaa46
Show file tree
Hide file tree
Showing 7 changed files with 3,329 additions and 80 deletions.
5 changes: 4 additions & 1 deletion docs/features/permit-elements/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import ElementTile from "@site/src/components/elements/ElementTile.js";
import ActionContainer from "@site/src/components/elements/ActionContainer.js";
import EmailUpdatesBox from "@site/src/components/elements/EmailUpdatesBox.js";
import HelpSupportTile from "@site/src/components/elements/HelpSupportTile.js";

# Permit Elements

Expand Down Expand Up @@ -46,7 +47,7 @@ Elements features include:
<div className="elementsBox">
<ElementTile
src="/img/elements/generic/placeholder.png"
title="User Management Element"
title="User Management"
description="Manage user access-control and permissions within your system"
recommended
/>
Expand Down Expand Up @@ -79,6 +80,8 @@ out to us on [Slack](https://bit.ly/permit-slack), and we will see what we can d

<EmailUpdatesBox />

<HelpSupportTile />

<!-- ### Easy to use

The UI elements can be easily embedded into any web application or website, making it simple for users to incorporate secure authentication and authorization capabilities into their own projects.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config = {
plugins: [
"docusaurus-plugin-sass",
"plugin-image-zoom",
async function docusaurusTailwind() {
async function TailwindCSSPlugin(context, options) {
return {
name: "docusaurus-tailwindcss",
configurePostCss(postcssOptions) {
Expand Down
Loading

0 comments on commit 9edaa46

Please sign in to comment.