Skip to content

Commit

Permalink
v0.3.35
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Dec 7, 2016
1 parent 87531d8 commit 25330f1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
"version": "0.3.34",
"version": "0.3.35",
"author": "Artur Arseniev",
"homepage": "http://grapesjs.com",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion dist/css/grapes.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
"version": "0.3.34",
"version": "0.3.35",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
Expand Down
6 changes: 6 additions & 0 deletions styles/css/main.css
Expand Up @@ -2613,6 +2613,12 @@ $fontColorActive: #4f8ef7;
.gjs-f-quo::before {
content: 'p'; }

.gjs-f-button::before {
content: 'B'; }

.gjs-f-divider::before {
content: 'D'; }

.gjs-invis-invis, .gjs-clm-tags #gjs-clm-new,
.gjs-no-app {
background-color: transparent;
Expand Down
2 changes: 2 additions & 0 deletions styles/scss/main.scss
Expand Up @@ -106,6 +106,8 @@ $fontV: 20;//random(1000)
.#{$app-prefix}f-image::before { content: 'I'; }
.#{$app-prefix}f-text::before { content: 'o'; }
.#{$app-prefix}f-quo::before { content: 'p'; }
.#{$app-prefix}f-button::before { content: 'B'; }
.#{$app-prefix}f-divider::before { content: 'D'; }


.#{$app-prefix}invis-invis,
Expand Down

0 comments on commit 25330f1

Please sign in to comment.