Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gatsby-plugin-less] Extend less-plugin with support for modifyVars #3801

Merged
merged 2 commits into from
Feb 1, 2018
Merged

[gatsby-plugin-less] Extend less-plugin with support for modifyVars #3801

merged 2 commits into from
Feb 1, 2018

Commits on Jan 31, 2018

  1. [gatsby-plugin-less] Extend less-plugin with support for modifyVars

    The less plugin did its job, but when I was going to use it with a
    library I experienced that it was lacking the ability to modify
    less-variables. This made it hard to customize less libraries.
    
    By letting the user provide a `options` in `gatsby-config.js`, the
    plugin can overwrite variables defined in the less stylesheet and hence
    makes it a breeze to customize libraries.
    
    The user has two options to include vars: either a object defined
    directly in the `gatsby-config.js` or define a file which exports an
    object that will be used as the options.
    barskern committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    8866f22 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Update README.md

    KyleAMathews authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    75a96a6 View commit details
    Browse the repository at this point in the history