1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-30 03:30:07 +02:00

Ship v0.2.0

This commit is contained in:
Łukasz Holeczek
2018-05-22 13:23:04 +02:00
parent b84df41d29
commit 580bcc8f0a
14 changed files with 450 additions and 280 deletions

3
scss/_functions.scss Normal file
View File

@@ -0,0 +1,3 @@
@function unicode($str) {
@return unquote("\"") + $str + unquote("\"");
}