Skip to content

neo4j-contrib/discourse-theme-neo4j

 
 

Repository files navigation

Development

Install discourse_theme.

Configure.

Sync with remote discourse site:

discourse_theme watch .

Tailwind

Tailwind CSS is used for customized styling.

First, install the tools: npm i

To make changes, edit global.scss

Then "build" the discourse theme: npm run tailwind:dev.

Debugging

Tailwind produces some advanced CSS which may break the Discourse preprocessor.

For example, this includes an attribute case sensitivity:

type
        on line 799 of common.scss
>> .topic-body .cooked :where(ol[type="A" s]):not(:where([class~="not-prose"] *
   -----------------------------------^

You'll have to manually correct the produced CSS in such cases.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.7%
  • HTML 1.1%
  • Other 0.2%