UNPKG
gel-grid
Version:
latest (7.1.1)
7.1.1
7.1.0
7.0.0
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta.1
6.3.0
6.2.0
6.1.0
6.0.1
6.0.0
5.1.0
5.0.0
4.1.0
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
1.0.0
A flexible code implementation of the GEL Grid
github.com/bbc/gel-grid
bbc/gel-grid
gel-grid
/
test
/
setup-jest.js
8 lines
(5 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
sass = require(
'sass'
);
global
.compileCSS =
async
(filePath =
''
) => {
const
{ css } =
await
sass.compileAsync(filePath, { loadPaths: [
'./node_modules'
] });
return
css; };