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