Skip to content

Instantly share code, notes, and snippets.

View oyjt's full-sized avatar
🎯
聚焦

江阳小道 oyjt

🎯
聚焦
View GitHub Profile
@oyjt
oyjt / imouto.hosts
Last active August 29, 2015 14:07 — forked from phoenixlzx/imouto.hosts
#+BEGIN
#+UPDATE_TIME 2014-09-04 16:30:00
#+MESSAGE
#######################################################################
#
# imouto.host
#
# 主页:https://plus.google.com/100484131192950935968/posts
#
# #Ver : 2.11.0468 Sakura Chiyo
import sublime
import sublime_plugin
import re
class CompactExpandCssCommand(sublime_plugin.TextCommand):
def run(self, edit, action='compact'):
rule_starts = self.view.find_all('\{')
rule_ends = self.view.find_all('\}')
import sublime
import sublime_plugin
import re
class CompactExpandCssCommand(sublime_plugin.TextCommand):
def run(self, edit, action='compact'):
rule_starts = self.view.find_all('\{')
rule_ends = self.view.find_all('\}')