mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix node-sass syntax
This commit is contained in:
@@ -35,6 +35,6 @@ utils.SOURCES.forEach((source) => {
|
||||
});
|
||||
|
||||
exportNodeSassCSS(`${parsed.dir}/${parsed.name}`, {
|
||||
data: `@use "${BULMA_IMPORT_PATH}${source}";`,
|
||||
data: `@import "${BULMA_IMPORT_PATH}${source}";`,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user