Closed igk1972 closed 3 years ago
When ‘includes' dir not child of ‘input' dir, then not merging css rules from vue components.
Config like this:
dir: { input: 'src/pages', output: 'dist', data: '../data', includes: '../components', layouts: '../layouts', },
This PR resolve problem - all css rules (in components) merge to html output. Simple add finding files in 'includes' dir.
Related to #26
Thanks!
When ‘includes' dir not child of ‘input' dir, then not merging css rules from vue components.
Config like this:
This PR resolve problem - all css rules (in components) merge to html output. Simple add finding files in 'includes' dir.