Skip to content

Commit

Permalink
Switch to postcss + css variables
Browse files Browse the repository at this point in the history
Also simplify site and build steps and some general cleanup.
  • Loading branch information
bcomnes committed Jul 6, 2019
1 parent c95bcff commit 48a81ec
Show file tree
Hide file tree
Showing 51 changed files with 831 additions and 1,596 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
node_modules
/site
*.log
yarn.lock
package-lock.json
dist/*
!dist/style.css
!dist/style.css.map
!dist/layout.css
!dist/layout.css.map
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rules": {
"selector-list-comma-newline-after": "always-multi-line",
"declaration-block-no-duplicate-properties": [true, {
ignore: ["consecutive-duplicates-with-different-values"]
"ignore": ["consecutive-duplicates-with-different-values"]
}]
}
}
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: xenial
language: node_js
node_js:
- '6'
cache:
directories:
- node_modules
- node
- lts/*
cache: npm
73 changes: 73 additions & 0 deletions dist/layout.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/layout.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48a81ec

Please sign in to comment.