mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Update variables include template
This commit is contained in:
@@ -10,11 +10,12 @@ function plugin() {
|
||||
setImmediate(done);
|
||||
|
||||
Object.keys(files).forEach(file_path => {
|
||||
const {file_name, lines} = utils.getLines(files, file_path);
|
||||
let variables = {
|
||||
by_name: {},
|
||||
list: [],
|
||||
file_path,
|
||||
};
|
||||
const {file_name, lines} = utils.getLines(files, file_path);
|
||||
|
||||
lines.forEach(line => {
|
||||
const variable = utils.parseLine(line);
|
||||
|
||||
Reference in New Issue
Block a user