diff --git a/icon-font/template.jst.ejs b/icon-font/template.jst.ejs index 9b2eadc..3552596 100644 --- a/icon-font/template.jst.ejs +++ b/icon-font/template.jst.ejs @@ -1,7 +1,7 @@ // Icon font elements // ---------------------------------------------- -@import "cdb-variables/sizes"; +// Do not import any file (variables, mixins,...) in this stylesheet. @font-face { font-family: 'CartoIcon'; @@ -31,7 +31,7 @@ vertical-align: top; } .CDB-IconFont--small { - font-size: $sFontSize-small + 1; + font-size: 11px; } /* SG diff --git a/package.json b/package.json index 984518b..e64a1e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cartoassets", "description": "Share frontend assets between different CartoDB repositories", - "version": "0.1.21", + "version": "0.1.22", "homepage": "https://github.com/cartodb/CartoAssets", "author": { "name": "CartoDB", diff --git a/src/scss/cdb-icon-font.scss b/src/scss/cdb-icon-font.scss index 9a33def..9b56a11 100644 --- a/src/scss/cdb-icon-font.scss +++ b/src/scss/cdb-icon-font.scss @@ -1,7 +1,7 @@ // Icon font elements // ---------------------------------------------- -@import "cdb-variables/sizes"; +// Do not import any file (variables, mixins,...) in this stylesheet. @font-face { font-family: 'CartoIcon'; @@ -31,7 +31,7 @@ vertical-align: top; } .CDB-IconFont--small { - font-size: $sFontSize-small + 1; + font-size: 11px; } /* SG