merge master -> gh-202

pull/204/head
Rich-Harris 9 years ago
commit c84991217d

@ -1,6 +1,5 @@
import spaces from '../../../utils/spaces.js';
import transform from './transform.js'; import transform from './transform.js';
export default function process ( parsed ) { export default function process ( parsed ) {
return transform( spaces( parsed.css.content.start ) + parsed.css.content.styles, parsed.hash ); return transform( parsed.css.content.styles, parsed.hash );
} }

Loading…
Cancel
Save