W72crm_web-master/node_modules/postcss-import/lib/load-content.js

6 lines
113 B
JavaScript
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
"use strict"
const readCache = require("read-cache")
module.exports = filename => readCache(filename, "utf-8")