Skip to content

Commit

Permalink
vocabularies ui less definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzpeta committed May 27, 2024
1 parent 1b6cf65 commit 7dbc30d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nrp-devtools"
version = "0.1.25"
version = "0.1.26"
description = "NRP repository development tools"
readme = "README.md"
authors = [{ name = "Miroslav Simek", email = "miroslav.simek@cesnet.cz" }]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Sample output:
@import (optional, multiple)
"@{siteFolder}/oarepo_ui/themes/@{theme}/@{type}s/@{element}.variables";

@import (optional, multiple)
"@{siteFolder}/oarepo_vocabularies_ui/themes/@{theme}/@{type}s/@{element}.variables";

/* Components folder inside ui */
@import (optional, multiple)
"@{siteFolder}/components/default/@{type}s/@{element}.variables";
Expand Down Expand Up @@ -107,6 +110,10 @@ Sample output:
@import (optional, multiple)
"@{siteFolder}/oarepo_ui/themes/@{theme}/@{type}s/@{element}.overrides";


@import (optional, multiple)
"@{siteFolder}/oarepo_vocabularies_ui/themes/@{theme}/@{type}s/@{element}.overrides";

/* components overrides theme css style */
@import (optional, multiple)
"@{siteFolder}/components/@{theme}/@{type}s/@{element}.overrides";
Expand Down

0 comments on commit 7dbc30d

Please sign in to comment.