@sequencemedia/css-purge
Version:
A CSS tool written in Node JS as a command line app or library for the purging, burning, reducing, shortening, compressing, cleaning, trimming and formatting of duplicate, extra, excess or bloated CSS.
18 lines (16 loc) • 320 B
JavaScript
const _3tokenValues = []
const _4tokenValues = []
const _5tokenValues = []
const _6tokenValues = []
const _7tokenValues = []
const tokenComments = {}
export default function getTokens () {
return {
_3tokenValues,
_4tokenValues,
_5tokenValues,
_6tokenValues,
_7tokenValues,
tokenComments
}
}