UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

11 lines (9 loc) 224 B
var fs = require('fs'); var postcss = require('postcss'); module.exports = function (fileName) { return postcss.parse(fs.readFileSync( './__tests__/css/' + fileName + '.css', 'utf-8' ) ); };