/
var
/
www
/
flurhymez
/
node_modules
/
stylehacks
/
dist
/
/var/www/flurhymez/node_modules/stylehacks/dist
mkdir
upload
Name
Size
Mode
Actions
dictionary/
-
0755
rm
plugins/
-
0755
rm
exists.js
287
0644
edit
dl
rm
index.js
1583
0755
edit
dl
rm
isMixin.js
377
0644
edit
dl
rm
plugin.js
1405
0755
edit
dl
rm
Edit:
/var/www/flurhymez/node_modules/stylehacks/dist/isMixin.js
(377B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isMixin; function isMixin(node) { const { selector } = node; // If the selector ends with a ':' it is likely a part of a custom mixin. if (!selector || selector[selector.length - 1] === ':') { return true; } return false; } module.exports = exports.default;
Save
cmd:
run