mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix node-sass syntax
This commit is contained in:
parent
23b2bc5d0a
commit
2eaf38f3d3
@ -35,6 +35,6 @@ utils.SOURCES.forEach((source) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
exportNodeSassCSS(`${parsed.dir}/${parsed.name}`, {
|
exportNodeSassCSS(`${parsed.dir}/${parsed.name}`, {
|
||||||
data: `@use "${BULMA_IMPORT_PATH}${source}";`,
|
data: `@import "${BULMA_IMPORT_PATH}${source}";`,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user