Title: How to enqueue?
Last modified: August 31, 2016

---

# How to enqueue?

 *  [Bryan Willis](https://wordpress.org/support/users/codecandid/)
 * (@codecandid)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-enqueue/)
 * This is what I’m using, but just getting a white screen on the frontend.. Any
   advice? Thanks:)
 *     ```
       function mytheme_enqueue_scss_style() {
           wp_enqueue_style( 'mytheme-options-style', get_stylesheet_directory_uri() . '/scss/style.scss' );
        }
       add_action( 'wp_enqueue_scripts', 'mytheme_enqueue_scss_style' );
       ```
   
 * [https://wordpress.org/plugins/sassify/](https://wordpress.org/plugins/sassify/)

The topic ‘How to enqueue?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sassify_d4dcdc.svg)
 * [Sassify](https://wordpress.org/plugins/sassify/)
 * [Support Threads](https://wordpress.org/support/plugin/sassify/)
 * [Active Topics](https://wordpress.org/support/plugin/sassify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sassify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sassify/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Bryan Willis](https://wordpress.org/support/users/codecandid/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-enqueue/)
 * Status: not resolved