Skip to content
Snippets Groups Projects
  1. Jan 13, 2025
    • Séamus O'Sullivan's avatar
      Add back custom SCSS. · 2744ae7e
      Séamus O'Sullivan authored
      Add back hero-unit CSS for flipcards on homepage.
      Previously, this was mixed with JTD's SCSS.
      2744ae7e
    • Séamus O'Sullivan's avatar
      Add just-the-docs Gem. · 8897b066
      Séamus O'Sullivan authored
      Remove all the old just-the-docs components, and replace with a
      dependency on the just-the-docs Ruby Gem (v0.10).
      There is an outstanding issue with the flip cards on the home page, due
      to modifications to JTD's scss which enabled this.
      8897b066
  2. Jan 18, 2023
    • Matt Wang's avatar
      Add new `_sass/custom/setup.scss` for variable definition (#1135) · d423c96d
      Matt Wang authored
      
      This is an alternative PR that resolves #1011. Unlike #1013, this PR defines a *new* SASS file, `_sass/custom/setup.scss`, specifically designed for new custom variables (and other SASS-only constructs). It's imported after our `support` SASS files are (functions, variables), but otherwise is imported before all other files (ex, when CSS is emitted).
      
      So, custom callout colors can now be defined in this file. I also move the custom callout colors present in `custom.scss` to the right location.
      
      I've added some docs that briefly explain how to use the feature. Feedback is welcome!
      
      ---
      
      As an aside, I chose not to add a `_includes/css` file that imports this, and then import that file. I think that's only necessary if we're trying to render liquid somehow in the SASS file; since we're not trying to do that for `setup.scss`, I've opted to not include it. If we think this is relevant, I can re-add it.
      
      Co-authored-by: default avatarPeter Mosses <18308236+pdmosses@users.noreply.github.com>
      Unverified
      d423c96d
  3. Jul 04, 2022
  4. Jun 01, 2020
  5. Nov 27, 2019
  6. Aug 14, 2019
  7. Nov 18, 2018
  8. Mar 27, 2017
Loading