{
    "mappings": [{
        "src": "E:/andy/OneDrive/Work Related Stuff/source files/TaylorsFord2019/scss/",
        "dest": "E:/andy/Documents/_Web sites/1 - Virtual Showroom . Com/New VS Sites/Taylors Ford 2020/assets/css/"
    }],

    "ignores": ["*.css"],

    "options": {

        "outputStyle": "compressed",

        "lineComments": false,

        "debugInfo": false,

        "sourceMap": false,

        "unixNewlines": false,

        "autoprefix": false,
        "autoprefixConfig": "> 1%, last 2 versions, Firefox ESR, Opera 12.1"
    },

    // e.g, ["--scss", ... ,"--no-cache"].
    "customOptions": [],

    "includePaths": [],

    "requireLibs": []
}