putting comments into the CSS editor
-
So does the CSS editor not let you put comments in your code? As in /* ?
The blog I need help with is: (visible only to logged in users)
-
No, comments are stripped and always have been. You can’t rely on wordpress.com to archive your CSS as you wrote it; keep a backup copy on your own computer which includes any comments you need.
-
No. They use CSS tidy which checks and optimizes your CSS file for low storage requirements and so it loads faster, and it also strips comments.
Keep a copy of your changes on your computer with comments in it for reference.
- The topic ‘putting comments into the CSS editor’ is closed to new replies.