aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js
blob: c903555285867839f11726565973a7ca3b12a2c0 (plain) (blame)
1
2
3
4
5
import getNode from './default.js';

export default {
    getNode
};