13 lines
185 B
SCSS
13 lines
185 B
SCSS
/*!
|
|
* Project : OceanWP WordPress Theme
|
|
* Purpose : LifterLMS Tweaks
|
|
* Author : Nick
|
|
*/
|
|
|
|
// Configuration
|
|
@import "config";
|
|
|
|
// Mixins
|
|
@import "mixins";
|
|
|
|
@import "llms/llms"; |