Skip to content

Commit

Permalink
Overhaul top nav + button styles + input styles (#4)
Browse files Browse the repository at this point in the history
* button and input styles, overhaul the top nav, change padding and margin around containers

* add postcss nesting

* put the hamburger menu back in
  • Loading branch information
colegoldsmith authored Sep 15, 2023
1 parent 11eabed commit 51d4564
Show file tree
Hide file tree
Showing 18 changed files with 1,182 additions and 380 deletions.
2 changes: 2 additions & 0 deletions gulp.d/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const ospath = require('path')
const path = ospath.posix
const postcss = require('gulp-postcss')
const postcssCalc = require('postcss-calc')
const postcssNesting = require('postcss-nesting')
const postcssImport = require('postcss-import')
const postcssUrl = require('postcss-url')
const postcssVar = require('postcss-custom-properties')
Expand Down Expand Up @@ -47,6 +48,7 @@ module.exports = (src, dest, preview) => () => {
},
},
]),
postcssNesting,
// NOTE because css vars are our theme switching mechanism we must preserve them with preserve: true
postcssVar({ preserve: true }),
// NOTE to make vars.css available to all top-level stylesheets, use the next line in place of the previous one
Expand Down
Loading

0 comments on commit 51d4564

Please sign in to comment.