I am trying to compile sass with compass watch, but it is giving several missing variable errors.
The only thing I changed was the sass to core directory, and I changed all references to it in style.
Below are errors:
compass watch
Compass is watching for changes. Press Ctrl-C to Stop.
directory public_html/css
directory public_html/css/front/core
error resources/sass/front/core/blog.scss (Line 16: Undefined variable: "$post-item-margin".)
directory public_html/css/front/core/bootstrap-rtl
write public_html/css/front/core/bootstrap-rtl/bootstrap-rtl.css
directory public_html/css/front/core/bootstrap
write public_html/css/front/core/bootstrap/bootstrap-grid.css
write public_html/css/front/core/bootstrap/bootstrap-reboot.css
error resources/sass/front/core/bootstrap/bootstrap.scss (Line 5 of resources/sass/front/core/bootstrap/_root.scss: Invalid CSS after "...lor}: #{$value}": expected "{", was ";")
error resources/sass/front/core/content.scss (Line 15: Undefined variable: "$body-bg".)
write public_html/css/front/core/dark.css
error resources/sass/front/core/events.scss (Line 16: Undefined variable: "$section-bg".)
error resources/sass/front/core/extras.scss (Line 23: Undefined variable: "$theme-color".)
error resources/sass/front/core/footer.scss (Line 14: Undefined variable: "$footer-bg".)
error resources/sass/front/core/forms.scss (Line 15: Undefined variable: "$sm-form-min-height".)
error resources/sass/front/core/header.scss (Line 36: Undefined variable: "$header-bg".)
error resources/sass/front/core/layouts.scss (Line 12: Undefined mixin 'media-breakpoint-up'.)
write public_html/css/front/core/mixins.css
error resources/sass/front/core/page-loaders.scss (Line 29: Undefined variable: "$body-bg".)
error resources/sass/front/core/pagetitle.scss (Line 15: Undefined variable: "$page-title-padding".)
error resources/sass/front/core/paginations.scss (Line 78: Undefined variable: "$theme-colors".)
error resources/sass/front/core/portfolio.scss (Line 29: Undefined variable: "$grid_filter-mb".)
write public_html/css/front/core/responsive.css
error resources/sass/front/core/shop.scss (Line 52: Undefined variable: "$shop-desc-padding".)
error resources/sass/front/core/shortcodes.scss (Line 35 of resources/sass/front/core/shortcodes/countdown.scss: Undefined variable: "$countdown-section".)
directory public_html/css/front/core/shortcodes
error resources/sass/front/core/shortcodes/alerts.scss (Line 15: Undefined variable: "$text-color".)
error resources/sass/front/core/shortcodes/buttons.scss (Line 20: Undefined variable: "$button-padding-y".)
error resources/sass/front/core/shortcodes/carousel.scss (Line 13: Undefined variable: "$carousel-animation-transition".)
write public_html/css/front/core/shortcodes/clients.css
error resources/sass/front/core/shortcodes/countdown.scss (Line 35: Undefined variable: "$countdown-section".)
error resources/sass/front/core/shortcodes/counter-skills.scss (Line 15: Undefined variable: "$counter-font-size".)
error resources/sass/front/core/shortcodes/dividers.scss (Line 19: Undefined variable: "$divider-margins".)
error resources/sass/front/core/shortcodes/faqs.scss (Line 18: Undefined variable: "$theme-color".)
error resources/sass/front/core/shortcodes/feature-box.scss (Line 19: Undefined variable: "$featured-box-padding-x".)
error resources/sass/front/core/shortcodes/flipcard.scss (Line 22: Undefined mixin 'transition'.)
error resources/sass/front/core/shortcodes/headings.scss (Line 20: Undefined variable: "$titular-title-font-size-h1".)
error resources/sass/front/core/shortcodes/misc.scss (Line 297: Undefined variable: "$body-bg".)
error resources/sass/front/core/shortcodes/pricing.scss (Line 24: Undefined variable: "$pricing-border-size".)
error resources/sass/front/core/shortcodes/process-steps.scss (Line 26: Undefined variable: "$theme-color".)
error resources/sass/front/core/shortcodes/promo.scss (Line 21: Undefined variable: "$promo-light-text-color".)
error resources/sass/front/core/shortcodes/social-icons.scss (Line 36: Undefined variable: "$social-margins".)
error resources/sass/front/core/shortcodes/styled-icons.scss (Line 41: Undefined variable: "$styled-icons-size".)
error resources/sass/front/core/shortcodes/tabs.scss (Line 23: Undefined variable: "$tabs-border-width".)
error resources/sass/front/core/shortcodes/team.scss (Line 23: Undefined variable: "$team-decs-align".)
error resources/sass/front/core/shortcodes/testimonials.scss (Line 25: Undefined variable: "$testimonials-grid-padding".)
error resources/sass/front/core/shortcodes/toast.scss (Line 8: Undefined variable: "$toast-bacground-color".)
error resources/sass/front/core/shortcodes/toggles-accordions.scss (Line 30: Undefined variable: "$toggle-base-color".)
error resources/sass/front/core/sliders.scss (Line 147: Undefined mixin 'media-breakpoint-up'.)
error resources/sass/front/core/style-rtl.scss (Line 2: Undefined variable: "$RTL-template".)
error resources/sass/front/core/topbar.scss (Line 15: Undefined variable: "$topbar-border-size".)
error resources/sass/front/core/typography.scss (Line 15: Undefined variable: "$secondary-font".)
error resources/sass/front/core/utilities.scss (Line 18: Undefined variable: "$section-margin".)
write public_html/css/front/core/variables.css
error resources/sass/front/core/widgets.scss (Line 15: Undefined variable: "$widget-margin".)
error resources/sass/front/style.scss (Line 5 of resources/sass/front/core/bootstrap/_root.scss: Invalid CSS after "...lor}: #{$value}": expected "{", was ";")
