Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
csso
/
lib
/
clean
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/csso/lib/clean/Raw.js
var { isNodeChildrenList } = require('./utils'); module.exports = function cleanRaw(node, item, list) { // raw in stylesheet or block children if (isNodeChildrenList(this.stylesheet, list) || isNodeChildrenList(this.block, list)) { list.remove(item); } };