这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
*.sh
*.sketch

package-lock.json
npm-debug.log
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.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
./node_modules/.bin/postcss source/css/source.css --use postcss-import --use precss --use autoprefixer --use cssnano --output source/css/typing.css

.PHONY: copy
copy:
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
"license": "MIT",
"dependencies": {
"gitment": "^0.0.3",
"normalize.css": "^4.2.0",
"normalize.css": "^8.0.0",
"typo.css": "^2.1.2"
},
"devDependencies": {
"cssnano": "^3.7.3",
"postcss-cli": "^2.5.2",
"postcss-import": "^8.1.2",
"precss": "^1.4.0"
"autoprefixer": "^9.2.1",
"cssnano": "^4.1.5",
"postcss-cli": "^6.0.1",
"postcss-import": "^12.0.0",
"precss": "^3.1.2"
}
}
1 change: 1 addition & 0 deletions source/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ body {
position: relative;
box-sizing: border-box;
color: $black-light;
background: inherit;
}

body, h1, h2, h3, h4, h5, h6 {
Expand Down
Loading