MCPcopy
hub / github.com/postcss/autoprefixer / check

Function check

test/autoprefixer.test.js:210–216  ·  view source on GitHub ↗
(from, instance = prefixer(from))

Source from the content-addressed store, hash-verified

208}
209
210function check(from, instance = prefixer(from)) {
211 let input = read(from)
212 let output = read(from + '.out')
213 let result = postcss([instance]).process(input)
214 equal(result.warnings().length, 0)
215 equal(universalizer(result.css), universalizer(output))
216}
217
218const COMMONS = [
219 'transition',

Callers 1

Calls 4

prefixerFunction · 0.85
readFunction · 0.85
universalizerFunction · 0.85
processMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…