UNPKG

gel-grid

Version:

A flexible code implementation of the GEL Grid

8 lines (6 loc) 249 B
describe('gel-output-widths()', () => { it('outputs a collection of grid-agnostic width utility classess', async () => { const css = await global.compileCSS('test/data/gel-output-widths/t1.scss'); expect(css).toMatchSnapshot(); }); });