diff --git a/UPGRADE-2.2.md b/UPGRADE-2.2.md new file mode 100644 index 0000000..7e5e72b --- /dev/null +++ b/UPGRADE-2.2.md @@ -0,0 +1,14 @@ + +before: +``` +#config.yml +braincrafted_bootstrap: + less_filter: sass +``` +after: +before: +``` +#config.yml +braincrafted_bootstrap: + css_preprocessor: sass +```