Title: SCSS Error
Last modified: November 18, 2020

---

# SCSS Error

 *  Resolved [kpdirection](https://wordpress.org/support/users/kpdirection/)
 * (@kpdirection)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/scss-error/)
 * Installed Smush 3.7.2 in WordPress 5.5.3
 * When I was about to commit the files to our git repo, I noticed that SCSS wasn’t
   being pre-processed correctly; app.css and common.css have errors at the top;
   **
   app.css**
 *     ```
       /* Error: Can't find stylesheet to import.
        *   ,
        * 8 | @import "~@wpmudev/shared-ui/scss/functions";
        *   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        *   '
        *   app.scss 8:9  root stylesheet */
       ```
   
 * **common.css**
 *     ```
       /* Error: Can't find stylesheet to import.
        *   ,
        * 4 | @import "~@wpmudev/shared-ui/scss/functions";
        *   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        *   '
        *   modules/_media.scss 4:9  @import
        *   common.scss 4:9          root stylesheet */
       ```
   
 * Smush still seems to work, but I can’t update a repo that has errors in the code.
   I tried completely removing the wp-smushit folder and reinstalling the plugin,
   but the behavior is the same.
 * Note that my IDE (PHPStorm) automatically processes scss files, and doesn’t have
   any issues with other SCSS files in my projects.
    -  This topic was modified 5 years, 6 months ago by [kpdirection](https://wordpress.org/support/users/kpdirection/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/scss-error/#post-13680432)
 * Hi [@kpdirection](https://wordpress.org/support/users/kpdirection/),
 * Thank you for contacting us.
 * Could you please try to update the submodule: [https://github.com/wpmudev/shared-ui](https://github.com/wpmudev/shared-ui)
 *     ```
       # git submodule init --
       # git submodule update
       ```
   
 * Best,
    Jonathan S
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/scss-error/#post-13742980)
 * Hi [@kpdirection](https://wordpress.org/support/users/kpdirection/)
 * I hope you are doing well and safe!
 * We haven’t heard from you in a while, I’ll mark this thread as resolved.
 * Feel free to let us know if you have any additional question or problem.
 * Best Regards
    Patrick Freitas

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SCSS Error’ is closed to new replies.

 * ![](https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=3447113)
 * [Smush – Image Optimization, Compression, Lazy Load, WebP & CDN](https://wordpress.org/plugins/wp-smushit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-smushit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-smushit/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-smushit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-smushit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-smushit/reviews/)

## Tags

 * [scss](https://wordpress.org/support/topic-tag/scss/)
 * [smush](https://wordpress.org/support/topic-tag/smush/)

 * 2 replies
 * 3 participants
 * Last reply from: [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/scss-error/#post-13742980)
 * Status: resolved