UNPKG

postcss-foft-classes

Version:

A postcss plugin to automatically add classes for the FOFT font loading strategy.

5 lines (4 loc) 115 B
function stripQuotes( str ) { return str.replace( /"/g, "" ).replace( /'/g, "" ); } module.exports = stripQuotes;