From f7c8e61425c7893c827ee4c12fd07e63cf924cfd Mon Sep 17 00:00:00 2001 From: TomyGamy <95078425+TomyGamy@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:24:49 +0200 Subject: [PATCH] bring back the thing (why did I delet it?) --- .gitignore | 4 +--- bd-scss.config.js | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 bd-scss.config.js diff --git a/.gitignore b/.gitignore index 1459779..30bc162 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/node_modules -bd-scss.config.js -package-lock.json \ No newline at end of file +/node_modules \ No newline at end of file diff --git a/bd-scss.config.js b/bd-scss.config.js new file mode 100644 index 0000000..c948f13 --- /dev/null +++ b/bd-scss.config.js @@ -0,0 +1,14 @@ +/** @type {import('bd-scss/lib/config').Config} */ +export default { + meta: { + name: 'Fluent', + author: 'Gibbu', + version: '1.0.10', + description: 'Brings the look of Windows 11 to Discord.', + source: 'https://github.com/DiscordStyles/Fluent', + invite: 'ZHthyCw', + authorId: '174868361040232448' + }, + baseImport: 'https://discordstyles.github.io/Fluent/Fluent.css', + addons: [['src/addons/_icons.scss', 'dist/Icons.css']] +};