Import stylesheets for SASS or CSS library


/ Published in: SASS
Save to your folder(s)

When you have to import other stylesheets to your SASS or CSS document


Copy this code and paste it in your HTML
  1. @import url(http://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);
  2. @import url(grid960-12.css);

URL: http://snippets.reiffs.dk/importer-stylesheets-til-sass-eller-css-bibliotek/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.