Skip to content

Commit

Permalink
Merge pull request #401 from leroy-merlin-br/hotfix/run-gulp-glyphs
Browse files Browse the repository at this point in the history
hotfix(glyphs): run gulp to generate glyph css class
  • Loading branch information
willian-viana authored Mar 13, 2019
2 parents 071d4e8 + 38453e9 commit 4365a00
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dist/css/garden.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/garden.min.css.map

Large diffs are not rendered by default.

Binary file modified dist/fonts/Glyphs.eot
Binary file not shown.
Binary file modified dist/fonts/Glyphs.ttf
Binary file not shown.
Binary file modified dist/fonts/Glyphs.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden",
"version": "0.51.0",
"version": "0.52.0",
"description": "A styleguide based on Leroy Merlin needs",
"main": "dist/js/garden.min.js",
"scripts": {
Expand Down
58 changes: 32 additions & 26 deletions src/css/atoms/glyph.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,81 +157,87 @@
.glyph-pencil::before {
content: "\EA18"
}
@define-mixin printer {
@define-mixin plus {
content: "\EA19"
}
.glyph-printer::before {
.glyph-plus::before {
content: "\EA19"
}
@define-mixin projects {
@define-mixin printer {
content: "\EA1A"
}
.glyph-projects::before {
.glyph-printer::before {
content: "\EA1A"
}
@define-mixin question-mark {
@define-mixin projects {
content: "\EA1B"
}
.glyph-question-mark::before {
.glyph-projects::before {
content: "\EA1B"
}
@define-mixin refresh {
@define-mixin question-mark {
content: "\EA1C"
}
.glyph-refresh::before {
.glyph-question-mark::before {
content: "\EA1C"
}
@define-mixin settings {
@define-mixin refresh {
content: "\EA1D"
}
.glyph-settings::before {
.glyph-refresh::before {
content: "\EA1D"
}
@define-mixin signout {
@define-mixin settings {
content: "\EA1E"
}
.glyph-signout::before {
.glyph-settings::before {
content: "\EA1E"
}
@define-mixin silhouette {
@define-mixin signout {
content: "\EA1F"
}
.glyph-silhouette::before {
.glyph-signout::before {
content: "\EA1F"
}
@define-mixin tag {
@define-mixin silhouette {
content: "\EA20"
}
.glyph-tag::before {
.glyph-silhouette::before {
content: "\EA20"
}
@define-mixin tools {
@define-mixin tag {
content: "\EA21"
}
.glyph-tools::before {
.glyph-tag::before {
content: "\EA21"
}
@define-mixin trash-can {
@define-mixin tools {
content: "\EA22"
}
.glyph-trash-can::before {
.glyph-tools::before {
content: "\EA22"
}
@define-mixin unlock {
@define-mixin trash-can {
content: "\EA23"
}
.glyph-unlock::before {
.glyph-trash-can::before {
content: "\EA23"
}
@define-mixin verified-price {
@define-mixin unlock {
content: "\EA24"
}
.glyph-verified-price::before {
.glyph-unlock::before {
content: "\EA24"
}
@define-mixin x {
@define-mixin verified-price {
content: "\EA25"
}
.glyph-x::before {
.glyph-verified-price::before {
content: "\EA25"
}
@define-mixin x {
content: "\EA26"
}
.glyph-x::before {
content: "\EA26"
}

0 comments on commit 4365a00

Please sign in to comment.