Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit f7c455b

Browse files
authored
After/tup 271 hotfix core styles theme path (#150)
* fix(protx): wrong path to core-styles theme * fix(tup): wrong path to core-styles theme
1 parent 5160307 commit f7c455b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protx-cms/static/protx-cms/css/.postcssrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
plugins:
33
postcss-env-function:
44
importFrom:
5-
- 'node_modules/@tacc/core-styles/source/_themes/has-dark-logo.json'
5+
- node_modules/@tacc/core-styles/src/lib/_themes/has-dark-logo.json

tup-cms/static/tup-cms/css/.postcssrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
plugins:
33
postcss-env-function:
44
importFrom:
5-
- 'node_modules/@tacc/core-styles/source/_themes/default.json'
5+
- node_modules/@tacc/core-styles/src/lib/_themes/default.json

0 commit comments

Comments
 (0)