feat: restructure lesson files and update success indicators
This commit is contained in:
@@ -3,13 +3,28 @@
|
||||
*/
|
||||
|
||||
// Import lesson configs
|
||||
import flexboxConfig from "../../lessons/flexbox.json";
|
||||
import gridConfig from "../../lessons/grid.json";
|
||||
import basicsConfig from "../../lessons/basics.json";
|
||||
import tailwindConfig from "../../lessons/tailwindcss.json";
|
||||
import basicsConfig from "../../lessons/00-basics.json";
|
||||
import boxModelConfig from "../../lessons/01-box-model.json";
|
||||
import selectorsConfig from "../../lessons/02-selectors.json";
|
||||
import colorsConfig from "../../lessons/03-colors.json";
|
||||
import typographyConfig from "../../lessons/04-typography.json";
|
||||
import unitVariablesConfig from "../../lessons/05-units-variables.json";
|
||||
import transitionsAnimationsConfig from "../../lessons/06-transitions-animations.json";
|
||||
import layoutConfig from "../../lessons/07-layouts.json";
|
||||
import responsiveConfig from "../../lessons/08-responsive.json";
|
||||
|
||||
// Module store
|
||||
const moduleStore = [basicsConfig, flexboxConfig, gridConfig, tailwindConfig];
|
||||
const moduleStore = [
|
||||
basicsConfig,
|
||||
boxModelConfig,
|
||||
selectorsConfig,
|
||||
colorsConfig,
|
||||
typographyConfig,
|
||||
unitVariablesConfig,
|
||||
transitionsAnimationsConfig,
|
||||
layoutConfig,
|
||||
responsiveConfig
|
||||
];
|
||||
|
||||
/**
|
||||
* Load all available modules
|
||||
|
||||
Reference in New Issue
Block a user