Browse Source

added islandora mod css file

master
rdrew 4 months ago
parent
commit
c2f2cb2695
  1. 2
      bs.js
  2. 0
      css/islandora_mods.css
  3. 1
      vre2024.libraries.yml

2
bs.js

@ -1,6 +1,6 @@
var browserSync = require('browser-sync'); var browserSync = require('browser-sync');
var themeName = 'vre2024'; var themeName = 'vre2024';
var siteUrl = 'https://library_local.lndo.site'; var siteUrl = 'https://d10test.islandarchives.ca';
var cssWatchDir = 'css/**/*.css'; var cssWatchDir = 'css/**/*.css';
var themePath = '/themes/custom/vre2024'; var themePath = '/themes/custom/vre2024';
var filesToServe = '.'; var filesToServe = '.';

0
css/islandora_mods.css

1
vre2024.libraries.yml

@ -22,6 +22,7 @@ global-styling:
css/elements.css: {} css/elements.css: {}
css/shortcodes.css: {} css/shortcodes.css: {}
css/homepage.css: {} css/homepage.css: {}
css/islandora_mods.css: {}
css/clear.css: {} css/clear.css: {}
css/extra.css: {} css/extra.css: {}
css/responsive.css: {} css/responsive.css: {}

Loading…
Cancel
Save