Join John Riviello for an in-depth discussion in this video Integrate eyeglass-spriting's CSS into our website, part of CSS to Sass: Converting an Existing Site.
- Once we've used eyeglass-spriting…to generate a sprite image and its associated CSS,…we now need to use the classes that generate…in our html, so our webpage will actually load the sprite.…First I want to make sure we have grunt watch running…so we can see our Sass changes immediately in our browser.…So let's open the Terminal…and we'll run grunt if it's not already running.…And we have our watch process in place now.…Let's go back to Sublime Text and we'll open up…our index.html file.…We'll scroll all the way down…to our social media icons.…
And if you look back at the generate CSS…the new class names are…icon, dash, the social media network of choice.…So we'll go here and we'll make this…icon-twitter, and I'll copy that for the other ones.…Add the icon dash in front of facebook,…and in front of instagram.…So let's save that.…Then let's go to our styles.scss file,…and then we can adjust the current styles…we have in place for those icons.…So we'll search for social,…here it is.…
We no longer need these classes…
Author
Released
2/12/2016In these Sass tutorials, students will learn the benefits of libSass over the original Ruby Sass, and set up a Sass-friendly development environment with Node.js and Grunt. A unique aspect of this course is learning how to handle challenges specific to integrating Sass with an existing website, such as new debugging workflows and the variables and mixins worth the effort to define. Author John Riviello also introduces a few Sass tools that speed up media query handling, automatic browser prefixing, and sprite generation. At the end of the course, he shows how your setup work pays off, styling a whole new section of the practice site in just 15 minutes.
- Deciding between Ruby Sass or libSass
- Installing Node.js and Grunt-Sass
- Converting CSS to SCSS
- Creating core variables and mixins
- Abstracting units and values
- Applying advanced mixins
- Generating image sprites with eyeglass-spriting
- Creating high-DPI sprites
- Building new styles
Skill Level Intermediate
Duration
Views
Related Courses
-
Design the Web: Pie Charts with CSS
with Chris Converse25m 29s Beginner -
Sass Essential Training
with Ray Villalobos2h 4m Intermediate
-
Introduction
-
Welcome1m 19s
-
Using the exercise files1m 56s
-
-
1. Getting Started
-
Set up your environment4m 7s
-
Install or upgrade Node.js1m 21s
-
Install Grunt-Sass5m 19s
-
Configure Grunt-Sass4m 42s
-
Convert CSS to SCSS7m 24s
-
Debug generated CSS8m 25s
-
-
2. Creating Core Variables and Mixins
-
Create color variables3m 45s
-
Use color variables6m 55s
-
Install csscss2m 5s
-
Mixins worth creating6m 33s
-
Create advanced mixins4m 44s
-
Apply our advanced mixin5m 57s
-
-
3. Useful Sass Tools
-
Use a mixin library4m 58s
-
-
4. Applying What We've Learned
-
Going Further
-
Next steps52s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Integrate eyeglass-spriting's CSS into our website