13 lines
214 B
SCSS
13 lines
214 B
SCSS
|
/*!
|
||
|
* Project : OceanWP WordPress Theme
|
||
|
* Purpose : LearnDash LMS Tweaks
|
||
|
* Author : OceanWP
|
||
|
*/
|
||
|
|
||
|
// Configuration
|
||
|
@import "config";
|
||
|
|
||
|
// Mixins
|
||
|
@import "mixins";
|
||
|
|
||
|
@import "learndash/learndash";
|