### Install include-media with Rails Source: https://github.com/eduardoboucas/include-media/blob/master/README.md Adds the include_media_rails gem to a Ruby on Rails project's Gemfile. After adding, run 'bundle install' to install the gem. ```Ruby gem 'include_media_rails' ``` -------------------------------- ### Install include-media with Bower Source: https://github.com/eduardoboucas/include-media/blob/master/README.md Installs the include-media Sass library using the Bower package manager. Run this command in your project's terminal. ```Shell bower install include-media ``` -------------------------------- ### Install include-media with npm Source: https://github.com/eduardoboucas/include-media/blob/master/README.md Installs the include-media Sass library using the npm package manager. This command should be run in your project's terminal. ```Shell npm install include-media ``` -------------------------------- ### Install include-media with yarn Source: https://github.com/eduardoboucas/include-media/blob/master/README.md Installs the include-media Sass library using the yarn package manager. Execute this command in your project's terminal. ```Shell yarn add include-media ``` -------------------------------- ### Sass Charset Declaration Source: https://github.com/eduardoboucas/include-media/blob/master/banner.txt This Sass directive specifies the character encoding for the stylesheet. It must be the very first element in the stylesheet, ensuring proper interpretation of all characters, especially non-ASCII ones. ```Sass @charset "UTF-8"; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.