Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 3... Línea 3...
3
 
3
 
4
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
4
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
Línea 5... Línea 5...
5
readers do not read off random characters that represent icons */
5
readers do not read off random characters that represent icons */
-
 
6
 
6
 
7
@each $name, $icon in $fa-icons {
-
 
8
  .#{$fa-css-prefix}-#{$name} {
7
@each $name, $icon in $fa-icons {
9
    #{$fa-icon-property}: unquote("\"#{ $icon }\"");