Skip to content

Commit

Permalink
refactor: corrected lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Jun 26, 2024
1 parent a2ec1b3 commit 74e75e5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions env.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module.exports = {
PARAGON_THEME_URLS: {
core: {
urls: {
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css'
},
},
defaults: {
light: 'light',
},
variants: {
light: {
urls: {
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css',
},
},
PARAGON_THEME_URLS: {
core: {
urls: {
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css',
},
},
defaults: {
light: 'light',
},
variants: {
light: {
urls: {
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css',
},
},
},
},
};

0 comments on commit 74e75e5

Please sign in to comment.