mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
8 lines
242 B
JavaScript
Executable File
8 lines
242 B
JavaScript
Executable File
const fs = require('fs')
|
|
const path = require('path')
|
|
const lessToJs = require('less-vars-to-js')
|
|
|
|
module.exports = () => {
|
|
// return {"@__Global_backgroud_image": "url(https://images.unsplash.com/photo-1471286274405-579f8d7132d8?.jpg)"}
|
|
}
|