Skip to content

Commit

Permalink
add new paths for global styles and mixins folders
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Apr 22, 2024
1 parent 604870b commit 71b8eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/toolkit/config/paths.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ module.exports = {
cssLoaderPaths: ['./assets/css', './includes/blocks'],
copyAssetsDir: './assets/',
blocksDir: './includes/blocks/',
globalStylesDir: './assets/css/globals/',
globalMixinsDir: './assets/css/mixins/',
};

0 comments on commit 71b8eb5

Please sign in to comment.