@gravityforms/gulp-tasks
Version:
Configurable Gulp tasks for use in Gravity Forms projects.
20 lines (17 loc) • 612 B
JavaScript
import { cssExample as cssExampleToken } from './cssexample.js';
import { cssProp as cssPropToken } from './cssprop.js';
import { cssSelector as cssSelectorToken } from './cssselector.js';
import { description as descriptionToken } from './description.js';
import { details as detailsTokens } from './details.js';
import { htmlExample as htmlExampleToken } from './htmlexample.js';
import { plainText as plainTextToken } from './plaintext.js';
const tokens = {
cssPropToken,
cssSelectorToken,
cssExampleToken,
descriptionToken,
detailsTokens,
htmlExampleToken,
plainTextToken,
};
export default tokens;