From 3c62a936378e490e99c2ac8955797464216b1691 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 18 Feb 2018 22:51:57 +0100 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- node_modules/font-awesome/scss/font-awesome.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 node_modules/font-awesome/scss/font-awesome.scss (limited to 'node_modules/font-awesome/scss/font-awesome.scss') diff --git a/node_modules/font-awesome/scss/font-awesome.scss b/node_modules/font-awesome/scss/font-awesome.scss new file mode 100644 index 0000000..f1c83aa --- /dev/null +++ b/node_modules/font-awesome/scss/font-awesome.scss @@ -0,0 +1,18 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ + +@import "variables"; +@import "mixins"; +@import "path"; +@import "core"; +@import "larger"; +@import "fixed-width"; +@import "list"; +@import "bordered-pulled"; +@import "animated"; +@import "rotated-flipped"; +@import "stacked"; +@import "icons"; +@import "screen-reader"; -- cgit v1.2.3