Handbook
Glossary
css-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
css-file?
( path -- ? )
>lower
file-extension
{
"css"
"scss"
"less"
"sass"
"styl"
"stylus"
"pcss"
"postcss"
"acss"
}
member?
;