mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
/* 14 lines 6 code 5 comments 3 blanks */
|
|
|
|
.foo {
|
|
color: #f00;
|
|
|
|
&.bar {
|
|
background: url("foobar.jpg");
|
|
}
|
|
}
|
|
|
|
// inline comments are allowed by some PostCSS syntaxes
|
|
/*
|
|
* block comments are standard
|
|
*/
|