blowfish/node_modules/postcss-import/lib/load-content.js

6 lines
113 B
JavaScript
Raw Permalink Normal View History

2023-01-29 22:30:24 +00:00
"use strict"
const readCache = require("read-cache")
module.exports = filename => readCache(filename, "utf-8")