Skip to content

Instantly share code, notes, and snippets.

@nuintun
Last active August 29, 2015 14:00
Show Gist options
  • Save nuintun/11341910 to your computer and use it in GitHub Desktop.
Save nuintun/11341910 to your computer and use it in GitHub Desktop.
Cmd-Util工具CSS拆分正则

Cmd-Util工具CSS拆分正则

var tokensRE = /(\/\*[^*]*\*+([^/*][^*]*\*+)*\/)|(@import\s+url\s*\(.+?\);?|@import\s+(['"]).+?\4;?)|((.(?!@import\s|\/\*))+(.(?=@import\s|\/\*))*)|((.(?!@import\s|\/\*))*(.(?=@import\s|\/\*))+)|([\r\n]+)/g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment