mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
13
webGl/my-threejs-test/node_modules/csso/cjs/clean/Raw.cjs
generated
vendored
Normal file
13
webGl/my-threejs-test/node_modules/csso/cjs/clean/Raw.cjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const utils = require('./utils.cjs');
|
||||
|
||||
function cleanRaw(node, item, list) {
|
||||
// raw in stylesheet or block children
|
||||
if (utils.isNodeChildrenList(this.stylesheet, list) ||
|
||||
utils.isNodeChildrenList(this.block, list)) {
|
||||
list.remove(item);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = cleanRaw;
|
Reference in New Issue
Block a user