Update theme to Bulma 1.0 so that CSS compiles if not look precisely right

This commit is contained in:
benjamin melançon 2025-03-28 15:35:47 -04:00
parent 66fea3dc4b
commit 151b411797
12 changed files with 74 additions and 113 deletions

View file

@ -24,7 +24,6 @@ var taskLint = require('./gulp-tasks/lint.js');
var taskCompress = require('./gulp-tasks/compress.js');
var taskClean = require('./gulp-tasks/clean.js');
var taskStyleGuide = require('./gulp-tasks/styleguide.js');
var taskConcat = require('./gulp-tasks/concat.js');
//=======================================================
@ -73,13 +72,6 @@ gulp.task('compress', function() {
return taskCompress.assets();
});
//=======================================================
// Generate style guide
//=======================================================
gulp.task('styleguide', function() {
return taskStyleGuide.generate(__dirname);
});
//=======================================================
// Concat all CSS files into a master bundle.
//=======================================================