css-file? ( path -- ? )


Vocabulary
codebase-analyzer

Inputs
pathan object


Outputs
?an object


Definition


: css-file? ( path -- ? )
>lower file-extension {
"css"
"scss"
"less"
"sass"
"styl"
"stylus"
"pcss"
"postcss"
"acss"
} member? ;