JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "load-content.js"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/postcss-import/lib/load-content.js
File size: 242 bytes
MIME-type: text/plain
Charset: utf-8
"use strict"
const readCache = require("read-cache")
const dataURL = require("./data-url")
module.exports = filename => {
if (dataURL.isValid(filename)) {
return dataURL.contents(filename)
}
return readCache(filename, "utf-8")
}