def get_stylesheets(self):
"""Get the stylesheet dict from the file or return an empty dictionary no file contents."""
if not len(self.style_sheets):
content = self.load_stylesheets_content()
if len(content):
self.style_sheets = sublime.decode_value(str(content))
return self.style_sheets
评论列表
文章目录