Skip to content

Commit 51d4564

Browse files
Overhaul top nav + button styles + input styles (#4)
* button and input styles, overhaul the top nav, change padding and margin around containers * add postcss nesting * put the hamburger menu back in
1 parent 11eabed commit 51d4564

18 files changed

+1182
-380
lines changed

gulp.d/tasks/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const ospath = require('path')
1111
const path = ospath.posix
1212
const postcss = require('gulp-postcss')
1313
const postcssCalc = require('postcss-calc')
14+
const postcssNesting = require('postcss-nesting')
1415
const postcssImport = require('postcss-import')
1516
const postcssUrl = require('postcss-url')
1617
const postcssVar = require('postcss-custom-properties')
@@ -47,6 +48,7 @@ module.exports = (src, dest, preview) => () => {
4748
},
4849
},
4950
]),
51+
postcssNesting,
5052
// NOTE because css vars are our theme switching mechanism we must preserve them with preserve: true
5153
postcssVar({ preserve: true }),
5254
// NOTE to make vars.css available to all top-level stylesheets, use the next line in place of the previous one

0 commit comments

Comments
 (0)