Remove source.css, beautify typing.css

typing.css is compiled from source.css
typing.css would be minified by hexo-all-minifier
This commit is contained in:
curben 2018-09-25 08:57:12 +09:30
parent 3736c86114
commit b15720939b
3 changed files with 985 additions and 21 deletions

View File

@ -1,17 +0,0 @@
.PHONY: css
css:
./node_modules/.bin/postcss --use postcss-import --use precss --use autoprefixer --use cssnano source/css/source.css --output source/css/typing.css
.PHONY: copy
copy:
mkdir -p ../hexo-theme-unit-test/themes/typing
cp -r ./layout ../hexo-theme-unit-test/themes/typing/
cp -r ./source ../hexo-theme-unit-test/themes/typing/
cp -r ./languages ../hexo-theme-unit-test/themes/typing/
cp -r ./_config.yml ../hexo-theme-unit-test/themes/typing/
.PHONY: all
all:
make css
make copy

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long