Created
July 25, 2013 02:58
-
-
Save hlb/6076561 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 這是一行註解,不會在編譯結果出現 | |
/* 會在編譯結果裡 | |
出現 */ | |
/*! blah plugin | |
copyright (c) 2013 */ | |
body { | |
color: #333; // inline comment | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment