Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/visual-framework/vf-core.git. Pull mirroring updated .
  1. May 02, 2019
  2. Apr 30, 2019
  3. Apr 29, 2019
  4. Apr 25, 2019
  5. Apr 24, 2019
    • Stuart Robson's avatar
      updates figure and logo to make use of | path correctly so it works (#365) · cc2a2c3a
      Stuart Robson authored
      * updates figure and logo to make use of | path correctly so it works
      
      * Sneak in a fix for broken close on P tag
      cc2a2c3a
    • Ken Hawkins's avatar
      Add dynamic sass imports (#342) · c55ba5f3
      Ken Hawkins authored
      * Add dynamic sass imports
      
      Use case: right now if a component isn't "installed" it _must_ be disabled in vf-core/index.scss
      
      That adds a configuration step to customisation and means you can't really ever npm install vf-core unless you want to not add/remove components (which, you really should be customising)
      
      So this idea uses gulp+node as a middle layer to see what components are installed and then ignores them in `vf-core/index.scss` if they're missing.
      
      WIP and it needs cleanup.
      
      * Quick tidy
      
      * Cleanup, better warnings
  6. Apr 19, 2019
    • Stuart Robson's avatar
      refactor vf-element components to make use of yaml/nunjucks (#363) · f036dcc8
      Stuart Robson authored
      * updates vf-blockquote to use yaml and adds id/class overrides
      
      * a little blockquote fix
      
      * updates buttons to use yaml to generate variants
      
      * updates divider to allow for overiding classes/ids
      
      * updates figure to allow for overiding classes/ids
      
      * updates logo to allow for overiding classes/ids and use of data
      
      * update vf-list to use YAML
      
      * a refactor of the initial templating for vf-heading
      
      * updates vf-text to make use of taml data and nunjucks logic
      
      * Add http before link
      f036dcc8
  7. Apr 17, 2019