cleanup css comments + minor css adjustments

This commit is contained in:
readme 2020-03-10 18:45:25 +01:00
parent 734990666a
commit 3c3967086a
5 changed files with 5033 additions and 5051 deletions

View file

@ -22,7 +22,7 @@ siteMeta = {
contact: 'https://chat.dashdevs.org',
domain: devBuild ? 'http://127.0.0.1' : 'https://dashdev-suite.github.io', // set domain
// rootpath: devBuild ? null : '/dashdev-website/build/' // set absolute path (null for relative)
// for gh-pages npm package usage without "build" dir:
// for gh-pages npm package usage without "build/" dir:
rootpath: devBuild ? null : '/dashdev-website/' // set absolute path (null for relative)
};