source:
trip-planner-front/node_modules/postcss-import/lib/load-content.js@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 113 bytes |
Line | |
---|---|
1 | "use strict" |
2 | |
3 | const readCache = require("read-cache") |
4 | |
5 | module.exports = filename => readCache(filename, "utf-8") |
Note:
See TracBrowser
for help on using the repository browser.