drewbaker / wp-easy

Plugin that powers the WP Easy theme
1 stars 1 forks source link

Css source map #39

Closed rsm0128 closed 3 weeks ago

rsm0128 commented 3 weeks ago

Fix #38

rsm0128 commented 3 weeks ago

Generated SCSS files in /styles/ directory. Component styles are inline ones in PHP files, so don't generate CSS map.

drewbaker commented 3 weeks ago

Any way to give the component ones a name of the component file name?

rsm0128 commented 3 weeks ago

@drewbaker so the goal is to show the component name and correct line number for the CSS in the style inspect panel. right? It will be a bit hard, but let me try to think the way. What about to merge this PR and let me work on a new branch for the component CSS map as some effort is required for it?