Create php-del.json in the root directory of the project
{
"dirs": [
"src"
],
"extensions": [
"php",
"css",
"sass",
"scss",
"stylus"
]
}
for CSS
/* php-del start flag */
.delete {
display: none;
}
/* php-del end flag */
for Alt CSS
// php-del start flag
.delete {
display: none;
}
// php-del end flag
for CSS
.delete {
display: none; /** php-del line flag */
color: red;
}
for Alt CSS
.delete {
display: none; // php-del line flag
color: red;
}
for CSS
.delete {
/* php-del start flag */
display: none;
/* php-del ignore start */
color: red;
/* php-del ignore end */
/* php-del end flag */
}
for Alt CSS
.delete {
// php-del start flag
display: none;
// php-del ignore start
color: red;
// php-del ignore end
// php-del end flag
}
for CSS
/* php-del file flag */
for Alt CSS
// php-del file flag