Join John Riviello for an in-depth discussion in this video Handle browser prefixes with Autoprefixer, part of CSS to Sass: Converting an Existing Site.
- Many of the Open Source Mixin Libraries for Sass…handle browser prefixes for you.…When Sass first came around,…this was incredibly useful.…Since then, some CSS properties that used to be prefixed…are no longer needed to be prefixed…because usage of those browsers that required them is so low…or almost non existent.…Instead of relying on Mixin libraries to decide for you…what should be prefixed and what should not,…there is NPM module called Autoprefixer…that handles all this for you,…and puts the browser support control in your hands.…
It is so effective, the main Sass authors…actually recommend that you use it instead of Sass…for handling the CSS for different browsers.…I agree with them…so let's use this powerful tool.…Autoprefixer is easy to integrate into an existing project…even if you already have browser prefixes…in your Sass or CSS.…Using the data from can I use dot com,…a website that shows which browsers,…and what overall percentage of browsers…support various features.…It can remove prefixes you already have in place…
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: Handle browser prefixes with Autoprefixer