Merge branch 'master' into july-22-master-to-v4

This commit is contained in:
Andrew Musgrave
2019-07-22 11:14:55 -04:00
195 changed files with 843 additions and 328 deletions

View File

@@ -31,7 +31,7 @@ describe('build', () => {
});
it('generates a ./styles/foundation dir with spacing.scss', () => {
expect(fs.existsSync('./styles/foundation/spacing.scss')).toBe(true);
expect(fs.existsSync('./styles/foundation/_spacing.scss')).toBe(true);
});
it('generates sass entries files in ./styles dir', () => {