Skip to content

Commit

Permalink
update plugin to use globals defined in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Apr 22, 2024
1 parent c6104d7 commit 753ae32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@import url("colors.css");
@import url("media-queries.css");

This file was deleted.

6 changes: 5 additions & 1 deletion mu-plugins/10up-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"admin": "./assets/js/admin/admin.js",
"frontend": "./assets/js/frontend/frontend.js",
"shared": "./assets/js/shared/shared.js"
}
},
"paths": {
"globalStylesDir": "../../themes/10up-theme/assets/css/globals/",
"globalMixinsDir": "../../themes/10up-theme/assets/css/globals/mixins/"
}
}
}

0 comments on commit 753ae32

Please sign in to comment.