Skip to content

Commit

Permalink
SASS -> PostCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
purecatamphetamine committed May 26, 2018
1 parent 46c50a8 commit 6b7171f
Show file tree
Hide file tree
Showing 33 changed files with 1,891 additions and 1,651 deletions.
7 changes: 6 additions & 1 deletion .postcssrc
@@ -1,8 +1,13 @@
{
"parser": "postcss-comment",
"plugins":
{
"autoprefixer": {},
"postcss-custom-properties": {},
"postcss-import": {},
"postcss-mixins": {},
"postcss-custom-properties": { preserve: false },
"postcss-simple-vars": {},
"postcss-nested": {},
"postcss-calc": {}
}
}

0 comments on commit 6b7171f

Please sign in to comment.