UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

10 lines (9 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toPath = toPath; function toPath(path) { if (Array.isArray(path)) return path; return path.split(/[\.\]\[]+/g); }